Storyboard, Scene and Segue
Storyboard in iOS is helps you to design the user interface of your App. A storyboard can contain one or more Scenes (View Controllers) and the connection or...
Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!
Storyboard in iOS is helps you to design the user interface of your App. A storyboard can contain one or more Scenes (View Controllers) and the connection or...
In this Swift tutorial, we will see the steps required for using CoreLocation framework and retrieve the latitude and longitude of the location. Then use the...
This error occurs when the Swift version is not specified under Swift Compiler Languge for your project. All you need to do is, Navigate to Build Settings -&...
**Updated for Swift 5 ** In this short tutorial, we will see an example in Swift programming language using UIWebView. The WebView will load a webpage and pr...
NSUnknownKeyException - this class is not key value coding-compliant for the key common error that most of the Swift beginners would face during the learning...
If you are using Firebase Crasyltics in your app and if bitcode is enabled then you might see this message “Upload missing dSYMs to see crashes” when trying...
A common error that we would see when using Auto Layout is Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the ...
Now you can lock WhatsApp on your iPhone with Touch ID. If your phone is being accessed by family memebers then this would be quite helpful to prevent other ...
Let us say you are scanning documents using a printer connected to a Mac. And when scanning multiple pages of the same document, the pages gets scanned with ...
This is about my journey as a Swift developer and some of the points discussed here could be useful to anyone who want to re-invent themselves as a softwar...