Category: Swift App Development

Swift Core Data From Scratch: Workshop 2

Today, you will implement these tasks in the SwiftCoreDataFromScratch iOS project you worked on last week: Fetch managed objects from the database Display fetched managed objects in the Books View’s table view cells Pass a managed object to the Add Book class Before You Begin Now, before you get started in implementing above tasks in the […]

Swift Collection View: Phase 9/9

So far, you learned how to implement these features in the SwiftCollectionView application: 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 second screen. Delete a collection view cell by clicking a button with […]