UIView

class UIView : UIResponder, NSCoding, UIAppearance, UIAppearanceContainer, UIDynamicItem, UITraitEnvironment, UICoordinateSpace, UIFocusItem, CALayerDelegate
  • Undocumented

    See more

    Declaration

    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

    Какие углы закрыгляем