It would be really nice if you made this a public var, instead of private var inactiveLayers = [CALayer]() so then people could subclass the PageControl class and change colors of individual dots, etc. Or at least some way to access individual dots.
It would be really nice if you made this a public var, instead of private
var inactiveLayers = CALayer
so then people could subclass the PageControl class and change colors of individual dots, etc. Or at least some way to access individual dots.