Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 586 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 586 Bytes

MovieList

Simple universal iOS 8+ app that interacts with the public TheMovieDB.org api (reference). The master controller displays a collecion view of movies from three public lists. Selecting one displays the movie's basic info in the detail view. App uses Auto Layout to adapt to device and screen size, and has been tested on iPhone 6 and above. Uses Alamofire/AFNetworking/Reachability to query for lists and fetch specific movie details, SDWebImage for lazy loading posters, and SwiftDate for date handling.