fjcaetano / NSStringMask

NSStringMask allows you to apply masks or formats to NSStrings using NSRegularExpression to input your format.
http://fjcaetano.github.io/NSStringMask/
MIT License
241 stars 36 forks source link

fix(classes): Cursor Selection Needs To Happen After Setting Text #8

Closed callbacknull closed 9 years ago

callbacknull commented 9 years ago

Setting the text property on UITextField will set the cursor selection to the end of the input.

fjcaetano commented 9 years ago

Thank you very much, and sorry for the delay.