iPhone is not available error message in Xcode

less than 1 minute read

If you are receiving an error “iPhone is not available” when connecting Xcode with iPhone then check iOS version on your iPhone. Make sure it is compatible w...

PDFKit - View, Annotate PDF file in Swift

2 minute read

In this demo, we will be using PDFKit to View and Annotate PDF file. Let us start by selecting a Single View App template and name the project as PDFDemo. ...

Tab Bar Controller with WebView

4 minute read

In this article, we will see step by step instruction on working of Tab Bar Controller, UIWebView and Activity Indicator by loading couple of web pages using...

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