LXPagingViews icon indicating copy to clipboard operation
LXPagingViews copied to clipboard

A small, efficient and flexible implementation for common paging scroll view patterns.

Results 5 LXPagingViews issues
Sort by recently updated
recently updated
newest added

Add an instance of peepingPagingView as subview to another UIView. Try setting selected page index on it. Doesn't scroll to the selected index. Stays at 0.

just removes all the views

PagingView is doing all the X and width calculations. I replaced all the calculations with Y and heights just to make mine scroll horizontally but that's not fit to be...

Not sure if this is a bug, but PagingView.m line 77 says if ((theMinX = theCenter.y)) { which looks weird to me where an X value is compared against a...

Hi, thanks for your awesome project! I have been having heavy problems with interface rotation. I can't make it to work, the views always get completely garbled :( I've tried...