Movie search demo iOS application
- Made with Swift 4.
- Xcode 9.2.
- Test driven development and unit testing for all non UI classes.
- Search for movies given an specific search term.
- The 10 previous searches should persist and be shown once the search bar has focus.
- Carthage
- Alamofire
- SDWebImage
- SwiftyJSON
- Realm
- UIKit
- Make sure to run 'carthage update --platform iOS' to download and update all the repository libraries.
- Run all the tests before building the project.
- Use the NetworkServicesRouter.swift for configuring, adding new endpoints, paths and images sizes.
- Once tests have passed build and the run the project as usual.