0
votes
0answers
43 views

IBAction on Detail View Controller not firing if master view controller is visible

I have a button on the toolbar of the detail view controller that is tied to an IBAction (so it will trigger an event when the button is pressed) in an IPAD application. The issue I am having is that ...
0
votes
1answer
206 views

bug using uisplitviewcontroller in a uitabcontroller in ipad interface

I am a new IOS developer working on my first app. I'm quite a way in to it, and have managed to get pretty much everything working how I want, but I'm chasing an odd bug. Here's the basic app design ...
0
votes
1answer
158 views

Disabling the detail view controller in a split view controller on the iPad in iOS 5

I have a split view controller in my iPad app. It has a list of Tenants for a mall on the left side and detailed information about the selected tenant on the right. When you press the edit button on ...
2
votes
1answer
758 views

Master Table Application

I am using a basic iPad Master Table Application that uses portrait orientation only. I wish to stop the masterviewcontroller from appearing when you swipe right (making accessible by only the ...
0
votes
0answers
813 views

UISplitViewController setLeftBarButtonItem on left pane?

Hi I made a copy of the Master/Detail UISplitViewController iOS app in Xcode. It runs fine but I'm only able to control the right pane's navigationItem buttons. You can test this yourself by finding ...
0
votes
3answers
3k views

iPad refresh Master data from detail view.

I'd like to be able to refresh the table on the master side of my app, based on an action taken in my detail view controller. In this case, I have an orders table on the left (master) side that ...
2
votes
1answer
2k views

Nesting UISplitViewController within UINavigationController

I would like to have a root level controller that appears to be a splitview but I would also like to allow the detail view to essentially take over the entire screen (in both landscape and portrait ...