UISplitViewController, MVVM, RxSwift, Swift4
Please intall cocoapods first
1, Models are automatically generated by JSONExport. 2, Alamofire for web service 3, Using ObjectMapper for mapping JSON to Mappble Model
1, MVVM + RxSwift for Architeture
1, Kingfisher for Loading web images. I found images are so big, for performing better, I resize loaded image to display in UITableviewCell. 2, UI is all by InterfaceBuilder and AutoLayout.
1, Use default XCTest framework for webservice call and view model data check.