TSCurrencyTextField
TSCurrencyTextField copied to clipboard
UITextField subclass for ATM-style currency input
I did exactly as in the doc but I get LKR as my currency type. Why is that?
I find that using `leftView` for symbol will save us many checking logic. In this way, the symbol is separated from the value, and we can just check to enable...
Foward original textField:shouldChangeCharactersInRange:replacementString: and maximunLength
Added textFieldPublicDelegate to eventually decide if change to text property should be made. It allows to block text field editing e.g. if maximum length is reached. Also updated Readme.
HI, @TomSwift , first of all, thank you for the great work. When I run the project in the iOS Simulator iPhone Retina (4-inch 64-bit) I get this warnings …/TSCurrencyTextField/TSCurrencyTextField/TSCurrencyTextField.m:77:62:...