PinCodeTextField
PinCodeTextField copied to clipboard
How do i check which character is next to be inserted ??
//Similar as this method for textfield func textField(textField: UITextField, shouldChangeCharactersInRange range: NSRange, replacementString string: String) -> Bool { }
same issue.