ENATanInput
@IBDesignable
class ENATanInput : UIControl
extension ENATanInput: UIKeyInput
Undocumented
-
Undocumented
Declaration
Swift
@IBInspectable var textColor: UIColor
-
Undocumented
Declaration
Swift
@IBInspectable var validColor: UIColor
-
Undocumented
Declaration
Swift
@IBInspectable var invalidColor: UIColor
-
Undocumented
Declaration
Swift
@IBInspectable var boxColor: UIColor
-
Undocumented
Declaration
Swift
@IBInspectable var spacing: CGFloat
-
Undocumented
Declaration
Swift
@IBInspectable var verticalSpacing: CGFloat
-
Undocumented
Declaration
Swift
@IBInspectable var cornerRadius: CGFloat
-
Undocumented
Declaration
Swift
weak var delegate: ENATanInputDelegate
-
Undocumented
Declaration
Swift
let boxInsets: UIEdgeInsets
-
Undocumented
Declaration
Swift
let verticalBoxInsets: UIEdgeInsets
-
Undocumented
Declaration
Swift
lazy var fontStyle: ENAFont { get set }
-
Undocumented
Declaration
Swift
lazy var font: UIFont { get set }
-
Undocumented
Declaration
Swift
var digitGroups: [Int] { get }
-
Undocumented
Declaration
Swift
var numberOfDigits: Int { get }
-
Undocumented
Declaration
Swift
lazy var characterSet: CharacterSet { get set }
-
Undocumented
Declaration
Swift
var keyboardType: UIKeyboardType
-
Undocumented
Declaration
Swift
var returnKeyType: UIReturnKeyType
-
Undocumented
Declaration
Swift
var textContentType: UITextContentType
-
Undocumented
Declaration
Swift
var hasText: Bool { get }
-
Undocumented
Declaration
Swift
override var canBecomeFirstResponder: Bool { get }
-
Undocumented
Declaration
Swift
private(set) var text: String { get }
-
Undocumented
Declaration
Swift
var count: Int { get }
-
Undocumented
Declaration
Swift
var isEmpty: Bool { get }
-
Undocumented
Declaration
Swift
var isValid: Bool { get }
-
Undocumented
Declaration
Swift
var isChecksumValid: Bool { get }
-
Undocumented
Declaration
Swift
private(set) var isInputBlocked: Bool { get }
-
Undocumented
Declaration
Swift
override func prepareForInterfaceBuilder()
-
Undocumented
Declaration
Swift
override func awakeFromNib()
-
Undocumented
Declaration
Swift
override func layoutSubviews()
-
Undocumented
Declaration
Swift
override func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)
-
Undocumented
Declaration
Swift
@discardableResult override func becomeFirstResponder() -> Bool
-
Undocumented
Declaration
Swift
@discardableResult override func resignFirstResponder() -> Bool
-
Undocumented
Declaration
Swift
func insertText(_ text: String)
-
Undocumented
Declaration
Swift
func deleteBackward()
-
Undocumented
Declaration
Swift
func clear()