iPhone is not available error message in Xcode
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...
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...
Here is the code snippet to clear CocoaPods cache then re-download and reinstall all pods. rm -rf “${HOME}/Library/Caches/CocoaPods” rm -rf “`pwd`/Pods/” ...
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. ...
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...
Let us see an example TaskManager app using CoreData written in Swift Programming language. This app provides the following functionality Allow user...
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...