TITokenField
TITokenField copied to clipboard
multiple token fields
Hi, do you plan to add multiple token fields support (To:, Cc: ..) ?
cheers, Jan
I don't, no, but you everything you need to do it yourself is there.
Hi, I've implemented a "TITokenTableViewController" that allows the user to use multiple TITokenFields.
The user can configure it using data source delegate and provide an array of prompt texts ("To:", "Cc:", "Bcc:") as well as other (non titokenView) UITableViewCells
If you want, I can make a pull request ;)


Yeah sweet, go ahead and submit a pull request :)
ok, I'll clean up the code and commit soon. One thing though. I used ARC in my version. So if you really insist on non using ARC in the project, I'll have to de-ARC it.
Well if the TITokenTableViewController is in its own .h/.m files, you can go ahead and commit it with ARC.
I committed it.
There was also another pull request pending (added UIView as accessoryView to a titoken)
Hi, I have been looking to do something exactly like this, I don't suppose you would share your code please?? It doesn't seem to be available here..
Many thanks
Sorry, I still haven't gotten round to converting it back from arc, but you can find JanC's version here: https://github.com/JanC/TITokenField