Problem: TintColor of the navigationBar of mainWindow gets back to grey color everytime I turn the iPad to portrait mode and show the popover.
On both the iPhone and the iPad I have a need to present two buttons on the right hand side of a nav开发者_开发知识库igation bar.I\'m doing this with the following snippet of code:
I have made a new split view iPad app using CoreData. All I have done is added a new attribute to the entity which is a string. (The default being timeStamp, date).
I\'m using an UISplitViewController to show multiple detailViews depending on the selection in the root view. To get 开发者_开发知识库started I used the MultipleDetailsViews sample code.
On iPad I have a UISplitViewController-based app. Has anyone figured out how to hide/show the tableViewController开发者_开发技巧 that is locked down on the left hand side - when in landscape orientati
I\'m writing my own SplitViewController from scratch (i.e. by subclassing UIViewController and not UISplitViewController).
I\'m authoring an iPad app. One of the screens in the app is perfectly suited to using a UISplitViewController. However, the top level of the app is a main menu, which I don\'t want to use a UISplitVi
I\'m trying to find a solution I\'ve seen implemented in some iPad apps where what appears to be a UISplitViewController does not display the master view docked to the left in landscape orientation. I
I have a UISplitViewController, and I\'d like to change the root view controller (on the left side of the screen) when I click a button in the detail view (the right side of the screen).
I\'m writing an iPad application and I need a bar to span the entire bottom of the screen, in front of both the root controller\'s view and the detail controller\'s view. The bar is a sub-view of the