CardView

public class CardView : UIView

A view that displays card information inputs

  • Initializes and returns a newly allocated view object with the specified frame rectangle.

    Declaration

    Swift

    override public init(frame: CGRect)
  • Returns an object initialized from data in a given unarchiver.

    Declaration

    Swift

    required public init?(coder aDecoder: NSCoder)