Application contain 2 screen. One of them is search screen and other one is detail screen. Main goal of the app is searching terms from api, showing them in a list and can navigate to detail of item.
- Horizontal filter options with segment control. It contains
Movies
,Music
,Apps
,Books
and these are combined with a filter from the api - Results are shown with two rows per row.
- MVVM Design Pattern
- XIB
- UICollectionView
- UISearchBar
- UISegmentedControl
- Custom CollectionView Cell
- Pagination
- SDWebImage
- SDWebImageSVGCoder
- Alamofire