SegmentItemStyle
struct SegmentItemStyle : SegmentItemStylable
Undocumented
-
Declaration
Swift
var textColor: UIColor
-
Declaration
Swift
var tintColor: UIColor
-
Declaration
Swift
var selectedTextColor: UIColor
-
Declaration
Swift
var selectedTintColor: UIColor
-
Declaration
Swift
var backgroundColor: UIColor
-
Declaration
Swift
var borderWidth: CGFloat
-
Declaration
Swift
var borderColor: CGColor?
-
Declaration
Swift
var font: UIFont
-
Declaration
Swift
var selectedFont: UIFont?
-
Declaration
Swift
var imageHeight: CGFloat
-
Declaration
Swift
var imageRenderMode: UIImage.RenderingMode
-
Declaration
Swift
var spacing: CGFloat
-
Declaration
Swift
var cornerRadius: CGFloat
-
Declaration
Swift
var shadow: ShadowStylable?
-
Declaration
Swift
var seporator: SeporatorStylable?
-
Declaration
Swift
var axis: NSLayoutConstraint.Axis
-
Undocumented
See moreDeclaration
Swift
struct SeporatorStyle : SeporatorStylable
-
Undocumented
Declaration
Swift
init(tintColor: UIColor)