Skip to main content
0 votes
0 answers
18 views

Why does UISplitViewController extend the safe area from its primary view's navigation bar to its other views?

I have an iOS app that uses UISplitViewController as its root view controller. The "primary" view of the split view controller (the narrower one on the left) is a navigation controller. ...
Tom Hamming's user avatar
  • 10.9k
0 votes
0 answers
68 views

UISplitViewController layout difference between iOS 17 and iOS 18

I have a simple UISplitViewController layout of always visible primary and secondary columns. func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene....
matrejek's user avatar
  • 473
-1 votes
2 answers
81 views

Crash UIViewControllerHierarchyInconsistency adding a root view controller UISplitViewController as a child of view controller UISplitViewController

App seems to be crashing in UIKit when it is running on iPad. Has anyone experienced this crash. Here is crash report. Not able to reproduce consistently. adding a root view controller <...
Sourabh's user avatar
0 votes
0 answers
53 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
16 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
31 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
  • 125
0 votes
0 answers
24 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,320
-1 votes
1 answer
62 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
  • 831
1 vote
1 answer
41 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
32 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
49 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,055
-1 votes
1 answer
73 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,657
0 votes
1 answer
75 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.5k
2 votes
0 answers
187 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
1 vote
0 answers
74 views

Drawing issues using SwiftUI view as a PrimaryView in uisplitviewcontroller

I am trying to use SwiftUI View as a primary view in a UISplitViewController. I have setup and added my PrimaryViewController to the NavigationController in my SplitviewController, in Storyboard. ...
reza23's user avatar
  • 3,365

15 30 50 per page
1
2 3 4 5
141