SegmentStylable
public protocol SegmentStylable
Segmented control
-
Segmented control size type
Declaration
Swift
var size: SegmentedControlSize { get set } -
A space between segments
Declaration
Swift
var spacing: CGFloat { get set } -
Whether or not should
clipsToBoundsthe segmented controlDeclaration
Swift
var clipsToBounds: Bool { get set } -
Segmented control boder width
Declaration
Swift
var borderWidth: CGFloat { get set } -
Segmented control border color
Declaration
Swift
var borderColor: CGColor? { get set } -
Segmetned control corner radius
Declaration
Swift
var cornerRadius: CGFloat { get set }
SegmentStylable Protocol Reference