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