Questions tagged [splitview]

A view/screen containing multiple independent views/screens.

SplitView term is used whenever there's a view/screen that contains multiple independent views/screens.

123 questions
37
votes
8 answers

Slide over and split view in iPad simulator

iOS 9 introduced slide over and split view for iPad. How do I simulate these features on an iPad simulator? I have tried swiping from right on iPad Air 2 simulator with no luck.
Khanh Nguyen
  • 11,112
  • 10
  • 52
  • 65
16
votes
4 answers

Swiftui navigationLink macOS default/selected state

I build a macOS app in swiftui i try to create a listview where the first item is preselected. i tried it with the 'selected' state of the navigationLink but it didn't work. Im pretty much clueless and hope you guys can help me. The code for…
lvollmer
  • 1,418
  • 2
  • 13
  • 32
6
votes
1 answer

Device Based SplitView in react-native(only for Tablets and iPad's )

I am Working on a sample application. I've designed my app based on View Container. By using the below cases i designed my app in Portrait Mode for mobile Phones(iOS/Android) and also Designed both Portrait and LandScape Modes for iPad/Tablets. In…
Lavaraju
  • 2,614
  • 7
  • 29
  • 49
5
votes
0 answers

multi-column follow-mode similar to emacs

When I use emacs, I frequently use follow-mode to show one buffer in two columns side by side where the first line of the right hand column is the line after the last line in the left column - basically, two columns like reading two pages side by…
mjsottile
  • 191
  • 6
5
votes
1 answer

UISplitViewController displayModeButtonItem not displaying

I am not able to get iOS to display my button to show the UISplitView master view when in portrait mode (iPad) or landscape (iPhone 6+). Right now I am using the following code, but it's not doing anything... …
Pierre-Olivier
  • 3,104
  • 19
  • 37
4
votes
2 answers

How to correctly do up an adjustable split view in SwiftUI?

This is my first time trying out SwiftUI, and I am trying to create a SwiftUI view that acts as a split view, with an adjustable handle in the center of the two views. Here's my current code implementation example: struct ContentView: View { …
vincent
  • 227
  • 2
  • 13
4
votes
1 answer

How to implement the similar effects like iOS SplitView in flutter

SplitView provides better experience when using landscape orientation or tablet devices. iOS UISplitViewController class and Android Fragments have the similar effects when orientation changed to landscape. looks like this img. Then using flutter…
Narumi
  • 81
  • 1
  • 5
4
votes
1 answer

Setting up a native UISplitViewController in React Native

I'm developing a React Native application and I would like to use a UISplitViewController interface. This would allow the correct format for iPad and iPhone as well as split view and multitasking. I haven't been able to find any information on how…
Ultronn
  • 532
  • 1
  • 5
  • 19
4
votes
2 answers

Is it possible to create inputAccessoryView above the keyboard for the full width of the screen in the split mode?

Is it possible to create inputAccessoryView above the keyboard for the full width of the screen in the split mode? System automatically resizes it to fit to the app frame. Is it a bug in iOS?
Dmitry
  • 14,306
  • 23
  • 105
  • 189
4
votes
1 answer

IOS Navigation Bar in Master/Detail storyboard project is transparent on ipad but not on iphone

I'm working on an IOS app that was started with the default Master/Detail application storyboard.. I haven't changed the original layout except for to add an additional segue from the Detail View controller to a new UIViewcontroller which I'm…
jrlambs
  • 101
  • 9
4
votes
4 answers

Show Navigation Bar in Child View Controller

I am working on an app in which I have to display multiple view controllers side by side (split views). For this purpose I have added views as child view controller. OBJECTIVE: I want to show navigation bar on one child view controller along with…
3
votes
0 answers

How to show a different layout in 2/3 Split View on iPad (SwiftUI)

I can't understand how to solve this problem... I want to show a different layout only when my app is opened in 2/3 Split View on iPad...here's some images to let you understand better... This is the correct layout when the app is in full…
3
votes
3 answers

Navigate inside master instead of detail in SplitView in SwiftUI

I have a split view in my iPad ready app: struct ContentView: View { var body: some View { NavigationView { List { NavigationLink("Show the slave view HERE", destination: SlaveView()) …
Mojtaba Hosseini
  • 95,414
  • 31
  • 268
  • 278
3
votes
1 answer

Unwanted SplitView on modal view displayed on iPad

Testing my first SwiftUI app on iPad, I discovered that the modal views I display from my ContentView are displayed as Split views on the iPad, with the UI being truncated on the master side and the detail side is empty. I did check both posts here…
Esowes
  • 287
  • 2
  • 13
3
votes
0 answers

Xcode working with two Projects in Split View

Seems that Xcode 11.2.1 still does not allow having two project windows side by side in split view (like Safari e.g.). Translation for the lower right: Not available in this split view (which is actually the second project window). I even tried to…
wider-spider
  • 465
  • 4
  • 12
1
2 3
8 9