FUISegmentAttributes

public struct FUISegmentAttributes

A struct for stylings in the FUIDimensionSelector

  • Font color for titles.

    Declaration

    Swift

    public var textColor: UIColor?
  • Font for titles

    Declaration

    Swift

    public var font: UIFont?
  • Border width for segments

    Declaration

    Swift

    public var borderWidth: CGFloat?
  • Border color for segments

    Declaration

    Swift

    public var borderColor: UIColor?
  • Background color for segments

    Declaration

    Swift

    public var backgroundColor: UIColor?
  • A struct for stylings in the FUIDimensionSelector

    Declaration

    Swift

    public init(textColor: UIColor? = nil,
                font: UIFont? = nil,
                borderWidth: CGFloat? = nil,
                borderColor: UIColor? = nil,
                backgroundColor: UIColor? = nil)

    Parameters

    textColor

    Font color for titles.

    fontSize

    Font size for titles

    font

    Font for titles

    borderColor

    Border color for segments