tags:

views:

16

answers:

0

I have 2 tableview in a controller and I'm showing my searchbars in a cell in each tableview.
But when I'm initializing the UISearchDisplayController it attach itself to the viewcontroller
and when I'm using the second seachbar the UISearchDisplayController does'nt get updated right away, so it doesn't "search", when I tap again it does search (I guess there is a lag between the release of the old UISearchDisplayController and the new one being attached to the controller. How do I force it to renew ? or did I go the wrong way ?
The thing is that it is initialized with a searchbar, so only one searchbar can activate it at one time...