Welcome to part 3 of the How to Use The iOS 8 Split View Controller workshop. Here’s what you learned so far: In part 1, you learned the default behavior of the split view controller. In part 2 , you learned how I configured the SVCDemo app I created for this workshop series. As of now, the app […]
Category: Swift App Development
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 […]
Today, you will implement these tasks in the SwiftCoreDataFromScratch project you worked on last week: Delete a managed object from the table view and the app’s database file Refresh the table view cells Before You Begin Now, before implementing above tasks in the project, I want you to use the Source Control menu to create […]