Today you will add code in the SaveFileViewController.swift file to implement the write text file operation in the SaveFileViewController class. The app user is the one who will initiate this text file operation by entering a note in the Save File view’s textView and tapping the Save button. The User Interaction Table Here is a snap shot […]
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 […]
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 […]