I'm using AQGridView
to show a grid image, now I want to load more data -> finish. But I want to insert UIActivityIndicatorView
when scrolling to the bottom of AQGridView
and I don't know how to achieve this.
Can anyone suggest me a solution?
I'm using AQGridView
to show a grid image, now I want to load more data -> finish. But I want to insert UIActivityIndicatorView
when scrolling to the bottom of AQGridView
and I don't know how to achieve this.
Can anyone suggest me a solution?
If you are trying to do this without XIB it will be very difficult for you but you can create a view controller with Xib file to Create the interface of your choice. Here is the Video of how it can be done in the best possible way by Evadne Wu
. And here is the Sample Project