Skip to content

An iOS SwiftUI app implementing async and swift concurrency to fetch a list of Users and their Posts

Notifications You must be signed in to change notification settings

ngalinos95/iOSConcurrency-Async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOS Concurrency Async

This is an iOS Swift UI app utilizing iOS Concurrency and async in order to getch a list of Users and theit posts using the MVVM design pattern and handling the error with LoclizedStrings

Topics Covered

  • iOS Consurrency - Async Services
  • Error handling
  • Loding overlay screen
  • Data model - Observable Object
  • Algorithmic logic (correct way of displaying all the elemets)
  • Data model - Observable Object
  • Local Variables -State Objects
  • Text and UI Modifications
  • Navigation Stack- Navigation Links
  • VStack,HStack,ZStack interface (with Lists)

Features

  • Fetch users and Posts from a public API
  • List Users and Posts
  • Error handling and user error banners
  • Overlay Loading bar
  • Costume app icons

Authors

Demo

About

An iOS SwiftUI app implementing async and swift concurrency to fetch a list of Users and their Posts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages