I have a IUSearchBar with an UISearchDisplayController, and everything is working well:
- When I touch the search bar, the keyboard shows up, the TableView has a black cover on it and I can start typing
screenshot 1 http://joeranbosma.nl/xcode/sdc1.png
- When I type something the clear button (x) appears, and so do my search results.
screenshot 1 http://joeranbosma.nl/xcode/sdc2.png
- This works all great. When I click on the clear (x) button, it just returns to the first screenshot state (empty search bar, and …