IAInfiniteGridView icon indicating copy to clipboard operation
IAInfiniteGridView copied to clipboard

[Deprecated] Infinite grid view with UITableView-esque data source methods

Results 7 IAInfiniteGridView issues
Sort by recently updated
recently updated
newest added

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: ![ios simulator screen...

content size is too big ![2015-03-16 00 40 29](https://cloud.githubusercontent.com/assets/2667821/6658279/17dfdb24-cb75-11e4-80ca-f21e459aafa3.png)

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....