Hey Developers! đź‘‹

Simple iOS development tutorials and tips. Let's build something awesome together with Swift and SwiftUI!

Storyboard, Scene and Segue

2 minute read

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...

Get your current address in Swift (Swift 5)

4 minute read

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...

Value for SWIFT_VERSION cannot be empty.

less than 1 minute read

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 -&...

Swift - WebView demo

2 minute read

**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...

Upload missing dSYMs to see crashes

less than 1 minute read

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...

Protect WhatsApp with Touch ID in iPhone

less than 1 minute read

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 ...

How to rename multiple files on a Mac

less than 1 minute read

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 ...

Journey with Swift

3 minute read

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...