Skip to content

Search sometimes doesn't work #37

@wasfapp

Description

@wasfapp

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions