ShaddowView

@IBDesignable
class ShaddowView : UIView

Undocumented

  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    @IBInspectable
    var shadowOffset: CGPoint { get set }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

    @IBInspectable
    var cornerRadious: CGFloat { get set }