UIStackView
class UIStackView : UIView
-
Extension of
UIStackViewto create border.It just adds one view with border, This method is part of UI debug helper tools.
Declaration
Swift
public func enableBorder(_ color: UIColor = UIColor.black, width: CGFloat = 1.0)Parameters
colorColor for border, by default ‘black’ color.
widthwidth of border, by default 1.0.
View on GitHub
Install in Dash
UIStackView Extension Reference