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

Stuck in Search #19

Open
ronlisle opened this issue Feb 15, 2016 · 1 comment
Open

Stuck in Search #19

ronlisle opened this issue Feb 15, 2016 · 1 comment

Comments

@ronlisle
Copy link

If the Search field is used, then the demo app is stuck there. The found items are displayed, but selecting them only opens the details, and doesn't return the selection to the previous screen.

@jessearmand
Copy link
Collaborator

@ronlisle To handle the selection of the person, implement the delegate method of ZLPeoplePickerViewControllerDelegate in your application:

- (void)peoplePickerViewController:(ZLPeoplePickerViewController *)peoplePicker didSelectPerson:(NSNumber *)recordId

The demo app is just displaying the selected item.

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

2 participants