FlexiblePageControl icon indicating copy to clipboard operation
FlexiblePageControl copied to clipboard

A flexible UIPageControl like Instagram.

Results 17 FlexiblePageControl issues
Sort by recently updated
recently updated
newest added

Hi development team, how can I achieve infinite scroll on FlexiblePageControl? Everything works just fine but I couldn't find the way the make it become infinite scroll, It might be...

hello, thanks for the amazing PageControl first, I would like to ask, when numberOfPages greater than displayCount the default dots only display for 3 dots, others are hidden/clear color is...

The proposed changes allow `FlexiblePageControl` to be customizable via `UIAppearance`, for instance: ```` let config = FlexiblePageControl.Config( displayCount: 5, dotSize: 6, dotSpace: 4, smallDotSizeRatio: 0.5, mediumDotSizeRatio: 0.7 ) FlexiblePageControl.appearance().pageIndicatorTintColor =...

App crashes while setting the number of pages to the page control with error: Thread 1: EXC_BAD_ACCESS (code=2, address=0x7fff868fc288)

When load first time ( Storyboard ) works ok. But when open presenting view controller and close, call it again, to reload content ( number of subviews can change, content...

Hi, There is no accessor to create a Config struct. Thanks, H.

I have page control where I have number of pages as 4 and maxdisplay also 4. In that case dots displays fine but not animating. I am yet to go...