UISearchDisplayController automatically creates a UIPopovercontroller to display content search result ?! How to dismiss it ?
- by yonel
Hi,
I'm using a UISearchDisplayController with a UISearchBar. I put this UISearchBar in my app using IB and I get :
Fine : when you start taping, the result popovercontroller appears magically (I didn't write anything on my own to make it appear !)
Then, when a row is clicked among the result, I want to dismiss the PopoverController BUT at…