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

[question] How to allow non existent contacts? #61

Open
fxckdead opened this issue Feb 3, 2014 · 4 comments
Open

[question] How to allow non existent contacts? #61

fxckdead opened this issue Feb 3, 2014 · 4 comments

Comments

@fxckdead
Copy link

fxckdead commented Feb 3, 2014

I'd like to use this control to manage "tagging" in my application, but i dont know if its possible to allow "non-contacts" registries and how to allow registries that aren't in an array of "posibilites".

Btw very nice implementation! the best that i've seen.

@mhupman
Copy link
Member

mhupman commented Feb 5, 2014

If I understand you correctly, you'd like to use the entry cell to "create" "tag" objects - in contrast to the current implementation that expects the entry cell to filter a list of known objects?

@jyaunches
Copy link

Hi, I'm facing a similar need. I'd like the user to be able to enter just a phone number... one that may not be in their address book. Is this possible? I can't find a way to expose the search text without altering the picker and collection classes. I could create a PR with this work?

@ghost
Copy link

ghost commented Mar 23, 2015

Use the contact picker's didEnterCustomText delegate method to create the model and contact picker's addToSelectedContacts method to add the new contact to the contact picker's selected contacts.

@MattCBowman
Copy link
Member

👍

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

No branches or pull requests

4 participants