REFormattedNumberField
REFormattedNumberField copied to clipboard
UITextField subclass that allows numeric input in a predefined format.
iPhone 5 iOS 10.3.2 the latest lib version ``` Fatal Exception: NSRangeException 0 CoreFoundation 0x1bf4bb3d __exceptionPreprocess 1 libobjc.A.dylib 0x1b1d3067 objc_exception_throw 2 CoreFoundation 0x1bf4ba85 -[NSException initWithCoder:] 3 CoreFoundation 0x1be75aed -[__NSCFString substringWithRange:]...
Rather than only being able to type or delete only at the end, this commit allows for editing or deleting at any cursor position, deleting selected text, etc.
Hello, On iOS7 can see interest issue. app stops due to this line: self.delegate = self here is workaround and description for this issue: http://stackoverflow.com/questions/19758025/uitextfield-delegate-jumping-to-100-cpu-usage-and-crashing-upon-using-keyboard ``` #0 0x000000018c7fd5d0 in -[UITextField...
Specified format in InterfaceBuilder is reset as awakeFromNib override it again as "X"
- Added iOS8 framework target and shared scheme - Added static framework target - Added static lib target