UPDATE: Well, glad I spent the time preparing this…Apple decided to post it on their site…
Happy iPad release day! Now that the iPad NDA has been been lifted, there are a lot of topics I’d like to write about. iPhone OS 3.2 brings about several new features including a new UIViewController called UISplitViewController. This allows you to, in landscape orientation, have two UIViewContollers side-by-side. On device rotation to portrait orientation, the left-most UIViewController (the “rootViewController”) disappears from view and is replaced by a UIBarButtonItem in the right-most UIViewController (the “detailViewController”). | Read more »
Posted in: Technology | Tags: 3.2, iPad, iPhone, MultiDetailView, NDA, Objective-C, OS, Protocols, UISplitViewController