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

Search sometimes doesn't work #37

Open
wasfapp opened this issue Jun 8, 2014 · 0 comments
Open

Search sometimes doesn't work #37

wasfapp opened this issue Jun 8, 2014 · 0 comments

Comments

@wasfapp
Copy link

wasfapp commented Jun 8, 2014

First thanks a lot for such a great library

My problem is when I tap on the search the searchdisplay appears with the cancel button and only the search table appears at that moment as normal, but if I canceled the search and tried again to do the same thing to search; the search doesn't work which means it doesn't fill the screen (no active) and as long enter any text nothing happens.

seems in GHSidebarSearchViewController.m the method

  • (void)searchDisplayControllerWillEndSearch:(UISearchDisplayController *)controller

deactivate the searchDisplay controller : [searchDisplayController setActive:NO];
and whenever we try to search again I guess it will stay inactive!

Thanks

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

1 participant