UIView
class UIView : UIResponder, NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, CALayerDelegate
                - 
                  
                  
Undocumented
See moreDeclaration
Swift
public enum GradientDirection - 
                  
                  
Сделать градиентный слой
Declaration
Swift
public func gradientBackground(from: UIColor, to: UIColor, direction: GradientDirection = GradientDirection.verticaly)Parameters
fromС какого цвета начинать
toКаким цветом заканчивать
directionНаправление top -> botttom, left -> right
 
- 
                  
                  
Undocumented
Declaration
Swift
public func makeImage() -> UIImage? 
- 
                  
                  
Скругление углов UIView
Declaration
Swift
public func roundCorners(cornerRadius: CGFloat, corners: UIRectCorner)Parameters
cornerRadiusРадиус скругления
cornersКакие углы закрыгляем
 
View on GitHub
        UIView Extension Reference