In this tutorial we will build an iOS application that will fetch the weather data from an online weather API and display it to the user. The App will display the country name, temperature, weather state, current date, and an …
In Swift, a protocol is simply a name for a group of methods. It doesn’t implement any of the methods it declares. It just says: any object that conforms to this protocol must implement methods X, Y and Z. The …
Local notifications are a way for an application that isn’t running in the
foreground to let its users know it has information for them. In iOS 10
Apple introduces rich notifications, which can include different type of
media . In this tutorial we will create a local notification including an
image. This tutorial is made with Xcode 8 and built for iOS 10.
This tutorial creates a simple stopwatch. The stopwatch can be started,
paused and reset to zero. This tutorial is made with Xcode 8 and built for
iOS 10.
In this tutorial, we will learn how to stop a playing music from another view controller using notifications in Swift 3. The notification center allows you to send out events and receive them in methods. This has nothing to do …
You're interested in Swift 3.0 on a Raspberry Pi, but maybe you want to try your hand at building it too? This tutorial is a step-by-step set of instructions on how you can compile the latest and greatest Swift on your Pi 3.
Learn full course & source code http://hii.to/VJw-35grW In June 13 at the WWDC 2016 Apple announce the new iOS 10 and the new Swift 3, few days latter Swift ...
The look of the Navigation Bar can be customized. In this tutorial we will
change the background colour, the tint colour and add an image to the
Navigation Bar. This tutorial is made with Xcode 8.2.1 and built for iOS
10.2.