Friday, May 11, 2018

Itinerary App - Part 8 - Data Modeling and App Architecture (iOS, Xcode ...

How do you organize your app in a way to make it easy for you? This is answered with app architecture. I won't be teaching any specific architecture but I cover the subject briefly to give you an understanding of its purpose.



Then we will begin modeling our data by making classes to hold it. Then we'll create function templates to create, read, update and delete (CRUD) mock data.



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

SwiftUI Search & Filter with Combine - Part 3 (iOS, Xcode 13, SwiftUI, 2...

In part 3 of the Searchable video series, I show you how to use Combine in #SwiftUI for the search and filter logic connected to the searcha...