currentPageIndicatorTintColor
The tint color to apply to the current page indicator.
Declaration
var currentPageIndicatorTintColor: UIColor? { get set }Discussion
The default color is an opaque white for the current page indicator dot. The current page indicator dot is used to indicate the currently visible page. Assigning a new value to this property does not automatically change the color in the pageIndicatorTintColor property because the value for these two properties is not automatically derived from the other. Both properties must be specified independently.