Re: iPhone UISearchDisplayController how to handle memory warning

2011-02-15 Thread Matt Neuburg
[Sorry to pick this up a month-and-a-half later, but I've only just gotten around to testing.] I can't reproduce the problem. I constructed a test app that I believe is what you're describing: Navigation Controller Table View Table View's header view is a Search Bar UISe

Re: iPhone UISearchDisplayController how to handle memory warning

2011-01-03 Thread Donald Largen
Thanks for the reply. I actually had the same idea to start with something simple to recreate the problem. One of those ideas that come to you .5 secs after you hit the send key. I eventually resolved the issue. I did indeed need to handle the memory warning in the ViewController that manage

Re: iPhone UISearchDisplayController how to handle memory warning

2011-01-02 Thread Matt Neuburg
On Sat, 01 Jan 2011 10:36:01 -0600, Donald Largen said: >Here is my situation. I have UIViewController, call it ViewControllerA, that >contains an UITableView and UISearchDisplayController. ViewControllerA is the >root view controller in a UINavigationController. Things seem to work OK, >tha