romaonthego / REFormattedNumberField

UITextField subclass that allows numeric input in a predefined format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessor for unformatted string

KieranLafferty opened this issue · comments

commented

This is a request to add a readonly property that will allow for the following behaviour:

Given format : "XX/XXdXX" would allow to retrieve "XXXXXX" (i.e. the values for X only)

Another Example "12/32d43" would return "123243" using the above formatting