TMBlockBarIndicator

open class TMBlockBarIndicator : TMBarIndicator

Indicator that fills the bar, displaying a solid color.

  • Corner style for the indicator.

    Options:

    • square: Corners are squared off.
    • rounded: Corners are rounded.
    • eliptical: Corners are completely circular.

    Default: .square.

    Declaration

    Swift

    open var cornerStyle: CornerStyle { get set }