GradientViewDesignable

@IBDesignable
class GradientViewDesignable : UIView

Undocumented

  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var topColor: UIColor { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var bottomColor: UIColor { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var shadowColor: UIColor { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var shadowX: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var shadowY: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var shadowBlur: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var startPointX: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var startPointY: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var endPointX: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var endPointY: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    var cornerRadius: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    override class var layerClass: AnyClass { get }
  • Undocumented

    Declaration

    Swift

    override func layoutSubviews()
  • Undocumented

    Declaration

    Swift

    func animate(duration: TimeInterval, newTopColor: UIColor, newBottomColor: UIColor)