Login required for access
In order to watch this lesson, you'll need to login to the website.

Section 1: Displaying Credit Cards

In the first section of this course, we'll go through how to display a list of credit cards in a horizontal page view component with TabView.

Section 2: Persisting Card Information with Core Data

After learning how to display cards in our UI, we move onto adding cards and persistence through Core Data. This screen will be constructed using the latest SwiftUI Form components.

Section 3: Adding Card Transactions

Once you're able to display the saved cards in our Core Data database, we'll also want to implement functionality that allows for updating and deleting of these objects. To do so, I'll show you how to build an ActionSheet item that contains many different actions.

Section 4: Many-to-Many Transactions

For each credit card, we'll be adding a list of transactions using a one-to-many entity relationship. Setting this up with Core Data is simple once you get used to how Xcode draws out the object graph.

Section 5: iPad Support and Device Classes

Each transaction stored inside of Core Data will be rendered inside a vertical list underneath each Credit Card.


Comments (3)
2 months ago
3 months ago
3 months ago
HELP & SUPPORT