A simple iPhone app to access content provided by the API provided by themoviedb.org
- no use of third-party libraries
- MVC architecture alongside a distinct 'network' element
- iPhone / portrait support only
- Xcode 9.2, Swift 4
- extend unit test coverage
- refine UI
- consider adopting MVVM
- consider adoption of third-party libraries including https://github.com/gkye/TheMovieDatabaseSwiftWrapper
- handle paging from API using data source pre-fetching
- read configuration from API
- include UI tests