This application lets you explore various subreddits and stores them in bookmarks for you to easily find them.
Built using XCode 13.1 (Swift 5.5, for iOS 13.0 or later).
- Implement:
- Endpoints and NetworkService;
- custom CollectionView layout;
- CollectionView cell for images;
- CollectionView cell for videos;
- infinite scroll;
- sticky header view for subreddits list;
- search bar in footer of subreddit list;
- placeholder (skeleton/shimmer) view that shows up while content is being fetched;
- Write tests for NetworkService;
- Clone this repo;
- Open
RedditFeed.xcodeproj
; - Build and run the project on a selected device (or a simulator).
RedditFeed is licensed under the terms of the MIT license.