Questions tagged [uisplitview]

DO NOT USE. Use the uisplitviewcontroller tag instead.

101 questions
11
votes
5 answers

UISplitviewcontroller not as a rootview controller

I am building my first iPad application. And one of my requirements is to deal with UISplitviewcontroller and UINavigationController.our proposed view hierarchy is (LoginView) ->UINavigationView(LandingView + CollectionView)->UISplitViewcontroller(…
Nnp
  • 1,577
  • 5
  • 30
  • 58
11
votes
1 answer

Swift 3 - UISplitViewController - Hide/Expand Master View in Landscape (e.g. Notes App)

Just started with Swift and would like to replicate some functionality present in the standard Apple 'Notes' app. Specifically the Expand button that appears in the Details View when on iPad in landscape mode. i.e. The closest I have come (as a…
8
votes
2 answers

How to get master view controller in detail view controller with UISplitViewController?

I have a UISplitViewController with master controller and detail controller: MyMasterController *masterViewController = [[[MyMasterController alloc] initWithDirectory:directoryElement] autorelease]; MyDetailController *detailViewController =…
why
  • 21,267
  • 27
  • 91
  • 134
5
votes
3 answers

How to make UIsplitview's popover visible in portrait mode iPad

I would like to make popover view visible whenever user switches from landscape view to portrait view in UIsplitView of iPad. Although user can make it visible by clicking on bar button but I want this to be automated for portrait mode.
sandy
  • 2,097
  • 4
  • 28
  • 49
4
votes
1 answer

change title of master button in UIsplitView

i've a xcode6 project witch is using the splitView. So now i want to change the title of the "master button" in the detailView. Here tow different ways to do that. This methods are implemented in the detailViewController and are called from the…
christschn
  • 41
  • 4
4
votes
2 answers

Achieve a Uniform UIBlurEffect in the Primary View of a UISplitView

I'm using a stock UISplitViewController with out-of-the-box Master and Detail view controllers. In a storyboard, I've added a UIImageView to the Detail controller set to effectively fill the view with a single image. In the Master controller, I've…
Chris Droukas
  • 2,908
  • 1
  • 21
  • 24
3
votes
2 answers

Develop iPad Version or iPhone Version first?

I have just finished developing an iPhone app and now I wish to make it a Universal App. I'm having issues incorporating a UISplitView into my current code to accommodate multiple detail views. I have looked at Apple's MultipleDetailViews sample…
Matt
  • 161
  • 9
3
votes
1 answer

How to show split view controller on tab bar from different storyboard?

The below is my Main.storyboard and it is having tab bar controller. I wish to show a split view controller in one of the tabs of it. The splitVC is in other storyboard as shown in second picture This is second storyboard which has a split view…
3
votes
6 answers

How do I hook into the action method for an iPad popover toolbar button?

I am using the split view template to create a simple split view that has, of course, a popover in Portrait mode. I'm using the default code generated by template that adds/removes the toolbar item and sets the popover controller and removes it.…
Elisabeth
  • 2,742
  • 5
  • 29
  • 38
3
votes
1 answer

iOS ipad splitview master button with icon

Starting from the spliview master/detail example I found in the SDK, I end up having an iPad app that has a master on the left hand side in landscape, whereas in portrait a button called "Master" allows displaying the master. To display this…
HpTerm
  • 7,871
  • 12
  • 48
  • 67
3
votes
2 answers

How to make multiple rows selection in UITableView subview of UISplitView?

I want to make multiple rows selection in uitableview(uipopover view) which is subview of UISplitview. The selected rows info should be displayed in Lable in detail pane of splitview. I have managed to get multiple rows selection but not getting to…
Ronak
  • 964
  • 6
  • 14
2
votes
1 answer

xcode ios 5 Master-Detail Application with Storyboard

I have one question about Master-Detail Application. It's possible to add in storyboard a second and third DetailView? I will that when i click in the tableview on the first button he show me detailview1 and when i click on the second button he show…
Muckel_Buckel
  • 59
  • 2
  • 5
2
votes
1 answer

Split view controller shows only one childviewcontroller

Device iPhone 6+(support split view in landscape mode) I am using split view controller and I have an issue in it. In portrait mode, when i print child view controllers of split view, It shows only one view controller(primary view controller). While…
shivam
  • 1,148
  • 1
  • 11
  • 28
2
votes
0 answers

Single Nav Bar for UISplitView

I would like to have a single navigation bar that sits across both my master and detail views. How can I do this? When I initially set up the SplitView, I end up with separate nav headers like in the iOS Settings App. I would like a single nav bar…
Trygve
  • 1,123
  • 8
  • 22
2
votes
1 answer

Run two instance of the same app - split view

Didn’t have my hand on the iPad air or the iPad Pro. Would it be possible to run two instance of the same app in the two split views?
shebelaw
  • 3,562
  • 6
  • 31
  • 48
1
2 3 4 5 6 7