gresrun / GHSidebarNav

A clone of the new Facebook iOS UI paradigm
Apache License 2.0
607 stars 136 forks source link

Search sometimes doesn't work #37

Open wasfapp opened 10 years ago

wasfapp commented 10 years ago

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