Mobile Training Assignment One
- Written in Swift
- Xcode: 7.1
- Mac OS: 10.10.5
- Hours: 7 hours
Note: Please open RottenTomatoes.xcworkspace
- User can view a list of movies. Poster images load asynchronously.
- User can view movie details by tapping on a cell.
- User sees loading state while waiting for the API.
- User sees error message when there is a network error: http://cl.ly/image/1l1L3M460c3C
- User can pull to refresh the movie list.
- Add a search bar, however I haven't implemented the search algorithm
- For the large poster, load the low-res image first, switch to high-res when complete.
- Customize the highlight and selection effect of the cell.
- Customize the navigation bar.
- All images fade in.
- Add a tab bar for Box Office and DVD.
- Implement segmented control to switch between list view and grid view.
- add cache layer of UIImage
- continue to load images once scroll to 80% of the screen view.
- in movie detail view, zoom in and zoom out
- [GIF created with LiceCap] (http://www.cockos.com/licecap/)
- [Alamofire] (https://github.com/Alamofire/Alamofire)
- [SwiftyJSON] (https://github.com/SwiftyJSON/SwiftyJSON)
- [CocoaPods] (https://github.com/CocoaPods/CocoaPods)