Skip to content
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

Open
JanC opened this issue Aug 14, 2012 · 8 comments
Open

multiple token fields #31

JanC opened this issue Aug 14, 2012 · 8 comments
Assignees

Comments

@JanC
Copy link
Contributor

JanC commented Aug 14, 2012

Hi,
do you plan to add multiple token fields support (To:, Cc: ..) ?

cheers,
Jan

@ghost ghost assigned thermogl Aug 14, 2012
@thermogl
Copy link
Owner

I don't, no, but you everything you need to do it yourself is there.

@JanC
Copy link
Contributor Author

JanC commented Sep 17, 2012

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 ;)

Img

Img

@thermogl
Copy link
Owner

Yeah sweet, go ahead and submit a pull request :)

@JanC
Copy link
Contributor Author

JanC commented Sep 17, 2012

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.

@thermogl
Copy link
Owner

Well if the TITokenTableViewController is in its own .h/.m files, you can go ahead and commit it with ARC.

@thermogl thermogl reopened this Sep 17, 2012
@JanC
Copy link
Contributor Author

JanC commented Sep 18, 2012

I committed it.

There was also another pull request pending (added UIView as accessoryView to a titoken)

@duncanhume
Copy link

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

@thermogl
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants