FriendFace 2.0
It's the second post detailing further progress.
Including:
- SwiftData - allowing user access to data offline
- Filtering and Sorting
- Converting Friends to Users
- Creating FriendsView
- Adding Home button
If you want to see my process, please click button below
FriendFace
It involved:
- Inspecting JSON file and modeling structs based on my analysis
- Creating URLSession and fetching JSON from a live server
- Displaying all users
- Creating screen with user details
- Designing the UI