This app demonstrates pagination in a UITableView using a ViewModel to fetch and display data in batches.
- Fetches data from a public API endpoint
- Displays data in a paginated list format
- Implements pagination to load more data as the user scrolls
- Uses a ViewModel to manage data fetching and processing
- Xcode 15
- Swift 5