This is the final part of the workshop series. In it you’ll learn how to display a popover view on top of the secondary view controller’s view. A popover is a type of view controller that grab the user attention and suspend everything else in the user interface. Popover use limited space by placing a smaller […]
This is part 2 of the How to Use The iOS 8 SplitViewController workshop series and in it, I basically discuss how the Xcode project I created for this workshop series was created. I provide images and QuickTime Player videos to solidify your understanding of the app creation process. Before you begin, click the image below […]
In this workshop series, you will learn how to create a simple split view controller iPhone app. Before you begin I assume you know to use: the Table View controls and its delegate methods the property list (plist) file for storing an application’s data Finder to access the Library folder on your Mac Swift’s Dictionary […]
This is the final workshop in the Swift Core Data From Scratch tutorial. You will implement these tasks in the iOS project you worked on last week: Search the database for managed objects that satisfy a condition Display search results in the Books View table view cells To implement above tasks in the project, you will […]