In this Text File Workshop series you will learn the basics of working with text files and folders in an iOS project you will create, design, and code from scratch. Code presented on this page assume you are using Xcode 7.0 and Swift version 2.0. So if you are using a older or newer version of Swift, it may […]
Category: Swift App Development
Recently, a reader sent me an email. He wanted to know if I could create a tutorial on how to load a different tableView from a segmented control. So in this tutorial I answer the email sender’s question by creating an iOS application called sc-tblvw. Code presented on this page assume you are using Xcode 7.0 and […]
Recently, a reader sent me an email asking me if I could create a tutorial explaining how to do this: When the user tap a table view cell, play a video in a new view. Now, this tutorial is a walk through of the construction of an iOS application that implement this requirement. At the end […]
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 […]
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 […]