• Swift project shows company and members list in UITableview.
-
Display list according to selected tab
-
Search function by name
-
Sort list by name/age
-
Mark company as favorite or follow
-
Mark member as favorite
Model-View-ViewModel(MVVM) architecture, plus the Coordinator pattern
Swift 5
SDWebImage: Asynchronous image downloader with cache support as a UIImageView category
OHHTTPStubs: Stub your network requests easily! Test apps with fake network data and custom response time, response code and headers!
-
Clone the repo
-
In terminal, navigate to root folder of repo
-
Run below command
pod install
Cheers!