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
FUIDimensionSelectorDeclaration
Swift
public init(textColor: UIColor? = nil, font: UIFont? = nil, borderWidth: CGFloat? = nil, borderColor: UIColor? = nil, backgroundColor: UIColor? = nil)Parameters
textColorFont color for titles.
fontSizeFont size for titles
fontFont for titles
borderColorBorder color for segments