BTUIKExpiryInputView

Objective-C

@interface BTUIKExpiryInputView
    : UIView <UITextFieldDelegate, UICollectionViewDataSource,
              UICollectionViewDelegateFlowLayout>

Swift

class BTUIKExpiryInputView : UIView, UITextFieldDelegate, UICollectionViewDataSource, UICollectionViewDelegateFlowLayout

@class A UIView designed to be used as an inputView on a text field. This input view makes it possible to enter a valid expiration date with 2 taps by showing buttons for months and years.