So far, you’ve learned how to implement these features in the SwiftCollectionView workshop: Display custom collection view cells in a single section of a collection view. Enable the user to select a cell in the collection view and display its details in a view. Today, you will learn how to implement this feature in the iOS app: […]
Last week you learned how to implement this feature in the SwiftCollectionView app: Display custom collection view cells in a single section of a collection view. The Plan Today, you will learn how to implement this feature in the SwiftCollectionView app: Enable the user to select a cell in the collection view and display its details in another […]
In this workshop series, you’ll learn how to use the UICollectionView class-the Swift way. Before you begin, I assume you already know how to code the Collection View using the Objective-C Programming Language. If not then read this six-part Collection View tutorial. It was written in the Objective-C Programming Language. In order to learn how to use the […]
The Split View Controller is an iPad specific container view controller for managing two view controllers, a master in the left and a detail on the right. A prime example of the Split View Controller can be seen with the iPad Mail app which list messages and mailboxes in the master panel and displays the content of […]
This is the final tutorial in the Collection View series and in it you’ll learn how to enable the app user to select multiple flashcard photos (Collection View Cell items), which the app highlights. Enable the app user to send the flashcard photos he selected to one or more friends. The first thing I want you to […]