FUIKPIContainer

public protocol FUIKPIContainer

Protocol for use in KPIView to display FUIKPIContainer and FUIKPIProgressView

  • Sets the tint color for the specified control state.

    Declaration

    Swift

    func setTintColor(_ color: UIColor, for state: UIControlState)

    Parameters

    color

    The tint color to be displayed.

    state

    The control state the tint color to be applied.

  • The flag indicates if the view is enabled or not.

    Declaration

    Swift

    var isEnabled: Bool { get set }
  • The flag indicates if the view is hilighted or not.

    Declaration

    Swift

    var isHighlighted: Bool { get set }