iphone - How do you custom format the textfield? -


I know NSNumberFormatter allows you some flexibility in customizing the text field, but if you need a more specific format , How do you do it

For example:

Timecode "03: 50: 02: 25"?

or

the end of the string "6,264 ft"?

Thank you.

But it is more useful to filter the input. Formatting of the input after the text is entered .


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -