SeparatorLine
open class SeparatorLine: UIView
A UIView thats intrinsicContentSize is overrided so an exact height can be specified
Important Notes
- Default height is 1.0
- Default backgroundColor is UIColor.lightGray
- Intended to be used in an
InputStackView
-
The height of the line
Declaration
Swift
open var height: CGFloat = 1.0
-
Undocumented
Declaration
Swift
open override var intrinsicContentSize: CGSize
-
Undocumented
Declaration
Swift
public override init(frame: CGRect)
-
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Sets up the default properties
Declaration
Swift
open func setup()