iPhone UISearchDisplayController how to handle memory warning

2011-01-01 Thread Donald Largen
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, that is I can preform a search, display the results, and select

Re: iPhone UISearchDisplayController how to handle memory warning

2011-01-03 Thread Donald Largen
saved off search text on UISearchBar. This actually performs the search as if the user typed in the text. On Jan 2, 2011, at 3:20 PM, Matt Neuburg wrote: > On Sat, 01 Jan 2011 10:36:01 -0600, Donald Largen said: >> Here is my situation. I have UIViewController, call it ViewCo

Xcode 4.3.1 Universal Apps

2012-03-15 Thread Donald Largen
I have been reading up on universal apps and what Xcode does for you, creating the two entry points, iPad Folder etc. I am running Xcode 4.3.1 and created a sample project and I noticed all the things I just mentioned are now gone, or I believe to be gone. Can some one explain? Thanks Dona

Re: Xcode 4.3.1 Universal Apps

2012-03-16 Thread Donald Largen
f course, as the nibs differ, nothing stops you (and this is quite common) >>> writing ipad and iphone versions of your view controllers and even the app >>> delegate (as long as you change the code in main.m appropriately) to load >>> slightly different versions on diff