This is part 2 of the Swift Picker View tutorial and in it you learn how to do display item images and names in a single component of PickerView. Here’s what the ViewController.swift file looks like now: Code presented on this page assume you are using Xcode 6.4 and Swift version 1.2. So if you are using a […]
Category: Swift App Development
In this three part tutorial series, you learned how to use the iOS pickerView control using the Swift Programming. An Objective-C version of this tutorial series can be accessed here. Before we begin, I assume the following: You’ve read the Objective-C version of this tutorial. You already know how to use Xcode IDE. You aren’t a newbie to […]
In this lesson you learn how to perform the CloudKit operation that delete a single record from the CloudKit’s public database. Start by going to the CloudKit Dashboard and add these Items in the public database’s Default Zone. Now, launch the CloudKitGuide project in Xcode and modify the storyboard scene and its class file so then look like Figure 2 and Figure […]
In this lesson, you learn how to update record in the CloudKit’s public database. Here is a use case scenario of this CloudKit operation. Code presented on this page assume you are using Xcode 6.4 and Swift version 1.2. So if you are using a newer version of Swift, it may produce errors. Fix them by […]
In this lesson, you learn how to perform the CloudKit operation that fetch a record from the CloudKit’s public database and display it in a textView. Here is a QuickTime movie of the CloudKit operation in action. Your browser does not support the video element. Code presented on this page assume you are using Xcode 6.4 […]