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
- Host: GitHub
- URL: https://github.com/prayash/app-store
- Owner: prayash
- Created: 2020-01-16T02:04:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T20:40:44.000Z (over 5 years ago)
- Last Synced: 2025-02-16T02:31:38.393Z (3 months ago)
- Topics: swift, uikit
- Language: Swift
- Size: 15.3 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
