Skip to content

Making API calls with iOS Combine's Future Publisher

Notifications You must be signed in to change notification settings

HemalAsanka/TopFreeApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

TopFreeApps

Making API calls with iOS Combine Future Publisher

This project is associated with the following blog post:
https://medium.com/@hemalasanka/making-api-calls-with-ios-combines-future-publisher-7a5011f81c2

In this example, we will retrieve the top 50 free iOS apps used in the United States from the Apple RSS feed (https://rss.applemarketingtools.com/) and load them into a UITableView.
When you run this project, it will be displayed as follows.

Screenshot 2023-05-05 at 21 44 24

The project was written using the MVC architectural pattern, and the Combine framework was used for the API call. Xcode 14.2 was used for development.

About

Making API calls with iOS Combine's Future Publisher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages