-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple token fields #31
Comments
I don't, no, but you everything you need to do it yourself is there. |
Hi, 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 |
Hi,
do you plan to add multiple token fields support (To:, Cc: ..) ?
cheers,
Jan
The text was updated successfully, but these errors were encountered: