shima11 / FlexiblePageControl

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

Corrects bug where dots became squared before rounding when sliding #26

Closed elisioff closed 5 years ago

elisioff commented 5 years ago

cornerRadiuswas not animated so this created a square defect on the dots when moving scrollView

Before

Screenshot 2019-03-14 at 11 51 49

After

Screenshot 2019-03-14 at 11 54 30
shima11 commented 5 years ago

Thank you @elisioff !!