Category: Swift App Development

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