Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flochtililoch/rotten_tomatoes
Codepath - Intro to iOS Week 1 Assignment
https://github.com/flochtililoch/rotten_tomatoes
Last synced: about 5 hours ago
JSON representation
Codepath - Intro to iOS Week 1 Assignment
- Host: GitHub
- URL: https://github.com/flochtililoch/rotten_tomatoes
- Owner: flochtililoch
- Created: 2015-10-24T07:05:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-25T05:38:13.000Z (about 9 years ago)
- Last Synced: 2024-04-13T08:08:25.352Z (7 months ago)
- Language: Objective-C
- Size: 10 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rotten Tomatoes
This is a movies app displaying box office and top rental DVDs using the [Rotten Tomatoes API](http://developer.rottentomatoes.com/docs/read/JSON).
Time spent: `18h00`
### Features
#### Required
- [X] User can view a list of movies. Poster images load asynchronously.
- [X] User can view movie details by tapping on a cell.
- [X] User sees loading state while waiting for the API.
- [X] User sees error message when there is a network error: http://cl.ly/image/1l1L3M460c3C
- [X] User can pull to refresh the movie list.#### Optional
- [X] All images fade in.
- [X] For the larger poster, load the low-res first and switch to high-res when complete.
- [X] All images should be cached in memory and disk: AppDelegate has an instance of `NSURLCache` and `NSURLRequest` makes a request with `NSURLRequestReturnCacheDataElseLoad` cache policy. I tested it by turning off wifi and restarting the app.
- [X] Customize the highlight and selection effect of the cell.
- [X] Customize the navigation bar.
- [X] Add a tab bar for Box Office and DVD.
- [X] Add a search bar: pretty simple implementation of searching against the existing table view data.
- [ ] Implement segmented control to switch between list view and grid view.### Walkthrough
![Video Walkthrough](WALKTHROUGH.gif)Credits
---------
* [Rotten Tomatoes API](http://developer.rottentomatoes.com/docs/read/JSON)
* [AFNetworking](https://github.com/AFNetworking/AFNetworking)
* Box Office icon created by Milky - Digital innovation from Noun Project
* DVD icon created by Jamison Wieser from Noun Project