IAInfiniteGridView
IAInfiniteGridView copied to clipboard
[Deprecated] Infinite grid view with UITableView-esque data source methods
I was wondering if it was possible to have 3 total views, and to have the current one centered in the view like in this image below: 
Hello. I use your library and can't use standart scrollview.delegate method. - (void)scrollViewDidScroll:(UIScrollView *)scrollView{} When i add infinitescrollview delegate to self^ pagination did.t work.
First of all, thank you for the great component, I have small tip about improving memory usage for the infinite grid. I noticed huge memory usage while profiling an app....
How can i use IAInfiniteGridView like a simple ScrollView without circular and infinit?
There is a method (jumpToIndex) to go directly to a page Index but without scrolling animation. How to have this same method with scrolling animation ?
The pageIndex number in (void)infiniteGridView:(IAInfiniteGridView *)gridView didScrollToPage:(NSInteger)pageIndex logs in decrementing number but sometimes the pageIndex logs in non succeeding number then continues to decrement again. Especially when circular is enabled....