popwarsweet / PageControls

This is a selection of custom page controls to replace UIPageControl, inspired by a dribbble found here: https://dribbble.com/shots/2578447-Page-Control-Indicator-Transitions-Collection
MIT License
1.1k stars 90 forks source link

Altering the indicator radius does not update the active indicator size #11

Closed joeljfischer closed 7 years ago

joeljfischer commented 7 years ago

I am only using the SnakePageControl. I believe it has to do with the activeLayer being lazy because the only way for me to make the active indicator not be 5 points is to manually change the file's indicatorRadius property within the SnakePageControl.swift file itself.

popwarsweet commented 7 years ago

@joeljfischer Thanks for bringing this up, it also exposed some other layout issues 👌.

joeljfischer commented 7 years ago

👍