I have a table view with UISearchDisplayController. When I click in the search bar for the first time since launching the app, the search interface animates and becomes active almost immediately, as you would expect. However, on subsequent searches, there is a delay that gets longer and longer before the animation occurs and the search interface is displayed. After a while, there is a 2-3 second pause when you click inside the search bar before the animation.
I assume this is some kind of memory issue but I can't track it down. Any suggestions?