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
3
votes
0 answers

SwiftUI Splitview the DetailView not in Navigation?

I try to create a splitview in SwiftUI, and I have 2 issues 1. the Detail-View not showing in the navigation 2. if I go to Detail-View from master view it shows in navigation (Navigation top bar), but when it goes to next page, back button not…
israel_b_2012
  • 277
  • 1
  • 2
  • 8
3
votes
1 answer

SplitView - reload data in master tableView based on detail changed in swift

I create splitView with tableView in master View and tableView with static cells in two details view (see on picture). App Structure Names of view controllers are: DocsTableViewController - master view (on the left) DocDetailTableViewController -…
3
votes
3 answers

How to to determinate in Swift the current width of the app when in Split View?

EDIT: I have a project with a row of buttons on top on it. Usually the buttons are 5 in Compact view and 6 in Regular view. I would like to remove a button when the app runs in 1/3 Split View. How can I determine the width of the app? I'm using this…
Cue
  • 2,952
  • 3
  • 33
  • 54
3
votes
3 answers

Creating a good-looking SplitView in UWP

I followed a tutorial for adding a SplitView control to my page. The code looks like:
Charles Milette
  • 388
  • 3
  • 21
3
votes
1 answer

[UWP][C#] Override backpress Navigation set in Appx.cs

A bit stuck here. I have a splitview app that has the event for backward navigation when the backkey is pressed residing in Appx.cs. I want to define a different action in one of the pages navigated inside the splitviews content page (for example,…
2
votes
1 answer

How to create Master Detail app in xcode 13?

As shown in image there is no option for Master detail app which was available in older version of xcode...So question is it's name is changed or it is deprecated and not available in latest xcode versions? (one in the dark mode is latest xcode…
Vyankatesh
  • 139
  • 1
  • 10
2
votes
0 answers

Customize sidebar button image in split-view

I have a SwiftUI app. On iPad, the sidebar icon (top-left) appears when split-view is active. I can't hide it using .navigationBarBackButtonHidden(true) to make my own custom one. How can I fix this? Code: struct ContentView: View { var…
George
  • 25,988
  • 10
  • 79
  • 133
2
votes
2 answers

UISplitView – multitask, navigationItem's titleView missing after resizing

I am having a very weird problem for iPad's multi-tasking resizing. This is how i set up my titleView: navigationItem.titleView = theView And I resize the SplitView in iPad multi-tasking so I can have two apps running side by side. After a few size…
tzuer
  • 321
  • 4
  • 12
2
votes
1 answer

SplitView in Xamarin Forms

Is there something similar to the SplitView from iOS for Android in Xamarin Forms? I would like to use it especially for an application which has very much content to show. This would be perfect for Android Tablets, where I could show more of the…
Optimist19
  • 45
  • 1
  • 7
2
votes
0 answers

UWP Visibility hide when splitviewpane is collapsed

Is it possible to navigate to the parent element from a frame? To make my answer a little bit more clear. I have a SplitView with 2 frames Frame 1 is menu Frame 2 is content When click on menuitem frame 2 will be reloaded with the new content. In…
eL-Prova
  • 1,084
  • 11
  • 27
2
votes
0 answers

Define slide over screen width in runtime

For my app's purposes I need to know all possible screen sizes when getting some content from internet. It's turned out to be hard to define screen widths for iPad Split View/Slide Over modes. F.e.: iPad Air 2 has 320px app's window width in slide…
KY1VSTAR
  • 395
  • 4
  • 16
2
votes
1 answer

Splitview Pane & Page CommandBar & Keyboard overlaps each other

When I use SplitView and CommandBar, I put CommandBar in Page.BottomAppBar, but the CommandBar overlaps SplitView Pane. So I move the CommandBar to the page's content(Like: Page command bar overlaps Splitview Pane). It's working. But it take a new…
Laban Liao
  • 19
  • 6
2
votes
1 answer

Handle another app's obscuring keyboard on iPad split view (iOS 9 multitasking)

Previously if one presented a keyboard on one's own app one would embed everything in a UIScrollView and adjust the contentInset to keep content from being obscured by the keyboard. Now with split view multitasking on iOS 9 the keyboard may appear…
Rivera
  • 10,792
  • 3
  • 58
  • 102
2
votes
2 answers

iOS: detect for Regular or Compact in Multitasking

in my app I allow the multitasking mode. But I need to do some action if my view is too restricted. Watching Apple documentation I saw this image You can see that in iPad Pro in SplitView, both views are regular, instead in other iPads both views…
cyclingIsBetter
  • 17,447
  • 50
  • 156
  • 241
2
votes
2 answers

MvvmCross 4 support for UWP, AppShell missing Frame

I have created a new solution for my MvvmCross app that supported Windows Store and I want to support UWP on Windows 10. I have moved over the PCL successfully, but I am having problems getting the basic UWP app working using a sample provided by MS…
johnslaby
  • 83
  • 7
1
2
3
8 9