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
- Host: GitHub
- URL: https://github.com/leopic/creativeworkfindr
- Owner: leopic
- Created: 2020-06-29T17:59:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T23:23:03.000Z (almost 6 years ago)
- Last Synced: 2025-07-25T09:52:07.417Z (11 months ago)
- Language: Swift
- Size: 114 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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