FUISegmentedControlButtonAttributes

public struct FUISegmentedControlButtonAttributes

The attributes for the button in SegmentedControl.

  • The font for the title text.

    Declaration

    Swift

    public var titleAttributes: [NSAttributedString.Key : Any]?
  • The color for the border.

    Declaration

    Swift

    public var borderColor: UIColor?
  • Default constructor.

    Declaration

    Swift

    public init()