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
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.
I am only using the
SnakePageControl
. I believe it has to do with theactiveLayer
beinglazy
because the only way for me to make the active indicator not be 5 points is to manually change the file'sindicatorRadius
property within theSnakePageControl.swift
file itself.