UIView
-
Create the bottom border
Declaration
Swift
func createBottomBorder(width: CGFloat = 1.0, color: UIColor = UIColor(white: 236.0 / 255.0, alpha: 1.0)) -> UIView -
Undocumented
Declaration
Swift
func transformIntoBottomBorder(parent: UIView, width: CGFloat = 1.0, color: UIColor = UIColor(white: 236.0 / 255.0, alpha: 1.0)) -
Undocumented
Declaration
Swift
func removeAllSubviews() -
Undocumented
Declaration
Swift
func removeAllGestureRecognizers() -
Undocumented
Declaration
Swift
func respondsToTap(target: Any?, action: Selector?, numberOfTaps: Int = 1)
View on GitHub
UIView Extension Reference