Month: September 2015

Swift Autocomplete

In an iOS application, autocomplete enables the app users to quickly complete a word, a web address that is only partially typed in a textField or a search box. In this workshop you learn how to implement the autocomplete feature in an iOS project. Here is a QuickTime movie of that feature in action. Your […]

Swift Picker View Part 3

This is the final lesson in the Swift Picker View tutorial series and in it you learn how to do the following: Configure the pickerView to display two components. Preselect a row to display in the pickerView components’ selection indicators. Display objects of the itemNameList array in the first component rows. Display objects of the itemPhotoList in the […]

Swift Picker View Part 2

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 […]

swift pickerView Part 1

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 […]