You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
deactivate the searchDisplay controller : [searchDisplayController setActive:NO];
and whenever we try to search again I guess it will stay inactive!
Thanks
The text was updated successfully, but these errors were encountered: