Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [uisplitviewcontroller]

The UISplitViewController class is a container view controller that presents a master-detail interface. In a master-detail interface, changes in the primary view controller (the master) drive changes in a secondary view controller (the detail). The two view controllers can be arranged so that they are side-by-side, so that only one at a time is visible, or so that one only partially hides the other.

uisplitviewcontroller
0 votes
0 answers
40 views

How do I replace detail view controller navigation stack when presenting

I'm working with a UISplitViewController that's using some storyboards but now moving to programmatic presentation (which is what I'm familiar with). I have a VC that's currently presenting as a push, ...
Nicole Maguire's user avatar
0 votes
0 answers
10 views

Intellij IDEA SplitEditorToolbar

Android Studio için bir Intellij IDEA eklentisi oluşturmaya çalışıyorum. Eklentiye bir SplitEditorToolbar eklemek ve düğmeler aracılığıyla ona eylemler eklemek istiyorum. Böyle bir şey elde etmeye ...
Deniz Kaymak's user avatar
0 votes
0 answers
25 views

UISplitViewController does not show DetailView on restoring state

I have an app that enables state restoration. The app is structured as follows - The entry point is a UIViewController, which on press of a button can present a UISplitViewController with master and ...
Harish's user avatar
  • 116
0 votes
0 answers
16 views

Navigation bar in UISplitViewController not shown in Supplementary View

The navigation bar in UISplitViewController is no longer shown in supplementary view since I've updated to Xcode 15, and I do not know how to work around it. UINavigationBar.appearance()....
scrrr's user avatar
  • 5,280
-1 votes
1 answer
45 views

Reliably knowing when UISplitViewController shows the primary view

I have an app which supports both iPhone and iPad, and it uses an embedded UISplitViewController. I'd like to manually control the sidebar visibility, so I have added a button to toggle it on/off. ...
Tritonal's user avatar
  • 771
0 votes
0 answers
75 views

Apple does not support UISplitViewController.DisplayMode.PrimaryOnly as splitViewController.preferredDisplayMode

How can enable the masterViewController as UISplitViewController.preferredDisplayMode (UISplitViewController.DisplayMode.PrimaryOnly) on higher-end iPhone devices (such as iPhone 14 Plus) in landscape ...
Settipalli Satyavathi's user avatar
0 votes
0 answers
25 views

UITabBarController as secondary controller in UISplitViewController is producing 2 navigation bars in compact view

This is a bit of an odd one, but when using UIKit (I've tried it in SwiftUI and the same result doesn't happen), and attempting to place a UITabViewController as the secondary item in a ...
Sam Stone's user avatar
0 votes
0 answers
312 views

Disable Sidebar of NavigationSplitView programmatically

I'm creating an app with a NavigationSplitView on iPadOS. The sidebar is, for all intents and purposes, a very standard list of navigation links. The detail column shows information on the selected ...
Cheezzhead's user avatar
1 vote
1 answer
35 views

UISplitViewController's detailViewController is nil when overrideUserInterfaceStyle is set to .dark

I have a UISplitViewController with two UINavigationControllers as primary and detail view controllers, created using Storyboard. The primary has a static UITableViewController and clicking on a row ...
sridhar_rajagopal's user avatar
0 votes
0 answers
17 views

UISplitViewController displays button to change the display mode even when presentsWithGesture = false

I have a document-based app which displays a view controller with a navigation bar (i.e. it's inside a navigation controller) which is also the detail view controller of a split view controller. I'm ...
Nickkk's user avatar
  • 2,587
0 votes
0 answers
28 views

UISplitViewController - rightBarButtonItem on the primary view controller does not work

I have an IpadCoordinator defined as: class IpadLayoutCoordinator: BaseCoordinator { private let rootViewController: UINavigationController private lazy var splitVC: UISplitViewController = {...
helpinghand's user avatar
-1 votes
1 answer
33 views

inputAccessoryView getting hidden on UISearchBar activation in UISplitViewController

I'm facing an issue - when UISearchBar is activated then inputAccessoryView gets hidden and doesn't show up even after de-activation of UISearchBar searching in iPad. Video Steps to the issue Start ...
Rajat Mishra's user avatar
  • 1,045
-1 votes
1 answer
60 views

iOS does an unwanted pop of the navigation controller when the phone rotates

This is an issue that affects the iPhone 11 and the iPhone Xr on both the simulator and on physical devices. I also tested with the X, XS, 11Pro, 12, 13Pro and 14Pro (some on real devices, some on ...
Rudedog's user avatar
  • 4,595
0 votes
1 answer
72 views

View's layout is not entirely in the range of the primary view area

When view is selected, the view's layout is not entirely in the range of the primary view area. How could this be possible?! How to make the view entirely fit in the primary view area?
zs2020's user avatar
  • 54.2k
1 vote
0 answers
143 views

Swift / React Native How to know split view / slide over app's position relative to the whole screen?

I'm making a react-native based app, and I can partially use Swift code by react-native's NativeModule feature. My app will be used as Split view / Slide over mode in iPad, and I want to know if my ...
SimJungUk's user avatar

15 30 50 per page
1
2 3 4 5
141