thermogl / TITokenField

An iOS version of the NSTokenField (See To: field in Mail and Messages).
http://thermoglobalnuclearwar.com/opensource/
600 stars 172 forks source link

Need alternative for textField:shouldChangeCharactersInRange:replacementString #10

Closed thermogl closed 12 years ago

thermogl commented 12 years ago

At the moment, the only way to take control over what characters are allowed in the UITextField is with the delegate method. There's nothing public we can use in the subclass.

Anyone know of anything?

Question on SO: http://stackoverflow.com/questions/9862224/textfieldshouldchangecharactersinrangereplacementstring-in-subclass