This is a simple project showing how to implement pagnation functionality in UITableView. Compatible with Xcode 9 and Swift 4. My aim of this project is to how we can write the optimal code with following iOS and Swift design patterns.
- MVP architecture
- Pagination
- Search functionality
- Sort functionality
- Detail view of all data
Steps to run the project:
- Clone the repository.
- Go to directory. Open ternminal. Pod install
pod install
- Open the project and run.