TMChevronBarIndicator
open class TMChevronBarIndicator : TMBarIndicator
Indicator that displays a vertical chevron centered along the X-axis.
-
Declaration
Swift
open override var displayMode: TMBarIndicator.DisplayMode { get }
-
Size of the chevron.
Options:
- small: (10 x 8pt)
- medium: (14 x 12pt)
- large: (20 x 16pt)
- custom: A custom size.
Declaration
Swift
open var size: Size { get set }
-
Color of the chevron.
Declaration
Swift
open override var tintColor: UIColor! { get set }