An open API service indexing awesome lists of open source software.

https://github.com/prayash/app-store

iOS App Store clone
https://github.com/prayash/app-store

swift uikit

Last synced: about 2 months ago
JSON representation

iOS App Store clone

Awesome Lists containing this project

README

        

# iOS App Store Clone (UIKit)

A fun rebuild of the native iOS (13) App Store, which is beautifully designed and a ton of fun to implement with `UICollectionView` and friends. No better way to have greater of appreciation of something than trying to recreate it. 🤓

The app uses a blend of the [iTunes Search API](https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/Searching.html#//apple_ref/doc/uid/TP40017632-CH5-SW1) and some mock data (from `data/feed.json`) for more of the editorial / curated componeents. Check out the `Services/Network.swift` file to learn more about how those calls are assembled.

This is still a work-in-progress, purely for learning purposes!

## Demo

![iOS 13 App Store Clone](data/demo.gif 'iOS 13 App Store Clone')