EdenPolis





FriendFace 2.0

Hacking with Swift day 61 / 100


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 2.0



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


FriendFace