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
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
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
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