Indicator
The TMBarIndicator
indicator is purely responsible for displaying the current paging state, complementing the state displayed in the bar buttons.
TMBarIndicator
also dictates where it needs to be displayed in the bar, via displayMode
- a property that must be provided by any TMBarIndicator
subclass.
-
View that provides indication of the current page position.
Declaration
Swift
open class TMBarIndicator : UIView, TMTransitionStyleable
-
Simple indicator that displays as a horizontal line.
Declaration
Swift
open class TMLineBarIndicator : TMBarIndicator
-
Indicator that fills the bar, displaying a solid color.
Declaration
Swift
open class TMBlockBarIndicator : TMBarIndicator
-
Indicator that displays a vertical chevron centered along the X-axis.
Declaration
Swift
open class TMChevronBarIndicator : TMBarIndicator
-
Indicator that displays a circular dot centered along the X-axis.
Declaration
Swift
open class TMDotBarIndicator : TMBarIndicator