Posts

Showing posts with the label pagination

How to disable UITableview ScrollView Pagination when Data is Still Fit In

Image
Hello guys, if you ever work with UITableview. Sometimes you need to do pagination and there many ways to do it. One of them is using scrollview. I want to share with you my improve way to do pagination because on the internet. It needs to improve a little bit. Why you need to do pagination because it will make your app run lightweight and more fast. Because you just load API as necessary. Many greats app use this and if there are images you don't load all. It's just load the first page one. Fortunately iOS support it and we can use UITableview to do it. UICollectionView can do it too but we talk it later on the next post. So check this out.