shima11 / FlexiblePageControl

A flexible UIPageControl like Instagram.
MIT License
797 stars 108 forks source link

Number of dots equals number of items #24

Open MMKK2016 opened 5 years ago

MMKK2016 commented 5 years ago

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 through full logic, but quickly wanted to check if i am missing something.

shima11 commented 5 years ago

@MMKK2016 if numberOfPages <= displayCount, FlexiblePageControl don't animation.