paulrehkugler / xkcd

xkcd iPhone app
MIT License
44 stars 9 forks source link

Deactivating the UISearchController is a Non-Ideal UX #64

Closed paulrehkugler closed 4 years ago

paulrehkugler commented 8 years ago

I thought that deactivating the UISearchController here (https://github.com/paulrehkugler/xkcd/blob/master/Classes/ComicListViewController.m#L503-L505) was necessary to get the UISearchController remove the search bar from the navigation bar. Maybe it’s not?

Seeing the transition back to the normal (unfiltered) search results, and losing the list of results they searched for when they navigate back is a non-ideal user experience.