Classes

  • A view controller that allows the user to select a country.

    See more

    Declaration

    Swift

    public class CountrySelectionViewController: UIViewController,
        UITableViewDelegate,
        UITableViewDataSource,
        UISearchBarDelegate
  • A details input view. Use this when you want to link to another view controller. Add a gesture recognizer and an handler on tap, or a segue.

    See more

    Declaration

    Swift

    @IBDesignable
    public class DetailsInputView : UIView, UIGestureRecognizerDelegate
  • Expiration Date Picker is a control used for the inputting of expiration date.

    See more

    Declaration

    Swift

    @IBDesignable
    public class ExpirationDatePicker : UIPickerView, UIPickerViewDelegate, UIPickerViewDataSource
  • Standard Input View containing a label and an input field.

    See more

    Declaration

    Swift

    @IBDesignable
    public class StandardInputView : UIView, UIGestureRecognizerDelegate