An open API service indexing awesome lists of open source software.

https://github.com/leopic/creativeworkfindr

iOS UIKit based app to fetch movies and books
https://github.com/leopic/creativeworkfindr

Last synced: 11 months ago
JSON representation

iOS UIKit based app to fetch movies and books

Awesome Lists containing this project

README

          

# creativeworkfindr
iOS UIKit based app to fetch movies and books

Problems solved:
- Network concurrency: up to 20 network requests are being fired at the same time
- Using a common protocol, `CreativeWork`, to represent both movies and book instances
- Using a `SearchController` on a UITableView
- Conditionally hide or show UI elements, that determine a view's height, based on data
- Stubbed out async operations that relied on dynamic params to be instantiated