Rotten Tomatoes - Codepath project
Rotten tomatoes project is a simple client for rotten tomatoes.
Submitted by: Kavin Arasu
Time spent: 10 hours spent in total
User Stories
The following required functionality is complete:
- [x] User can view a list of movies from Rotten Tomatoes. Poster images must be loaded asynchronously.
- [x] User can view movie details by tapping on a cell.
- [x] User sees loading state while waiting for movies API. You can use one of the 3rd party libraries listed on CocoaControls.
- [x] User sees error message when there's a networking error. You may not use UIAlertViewController or a 3rd party library to display the error. See this screenshot for what the error message should look like.
- [x] User can pull to refresh the movie list.
The following optional features are implemented:
- [ ] Add a tab bar for Box Office and DVD.
- [ ] Implement a UISegmentedControl to switch between a list view and a grid view.
- [x] Add a search bar.
- [x] All images fade in
- [x] For the large poster, load the low-res image first, switch to high-res when complete
- [x] Customize the selection effect of the cell.
- [ ] Customize the highlight effect of the cell.
- [ ] Customize the navigation bar.
Video Walkthrough
Here's a walkthrough of implemented user stories:
GIF created with LiceCap.
Progressview created with JTProgressHUD for iOS
License
Copyright 2015 Kavin Arasu
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.