PUView

@IBDesignable
open class PUView : UIView

PowerUpSwift: The subclass of UIView that allows the editing of additional UIKit properties via the Interface Builder.

Inspectables

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    @IBInspectable
    open var borderWidth: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    open var borderColor: UIColor? { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    open var shadowRadius: CGFloat { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    open var shadowOpacity: Float { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    open var shadowOffset: CGSize { get set }
  • Undocumented

    Declaration

    Swift

    @IBInspectable
    open var shadowColor: UIColor? { get set }