Skip to content

Basic concept of using Combine and display the information in a List

Notifications You must be signed in to change notification settings

mikechan1234/SwiftUI-List-Combine-API-Calls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

SwiftUI-List-Combine-API-Calls

  • Developed in Xcode 11
  • A simple app which displays quotes in a List from: https://api.kanye.rest. User taps the fetch button and it gets a JSON from the endpoint and is displayed on the List
  • App uses URLSession Combine extension to parse the response and append it into the quotes array in the view model
  • Uses SwiftUI List class to display the list of quotes and appended to the top of the app when it retrieves a quote

Releases

No releases published

Packages

No packages published

Languages