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

How to hide the three dots displayed on the top area of the ipad swift

I was not able to find the name of the icon displayed on the top of the iPad, but I want to know how to hide the three-dots stuff in a specific view controller programmatically.
Yuuu
  • 715
  • 1
  • 9
  • 32
0
votes
0 answers

Navigating to New Views in a Split View (iPad)

Here is a split view: If I click on the "Toggle", I'd like to see And If I click Toggle again, show Left 1 - Right 1 again, and so on. Here is my code: struct ContentView2: View { @State var toggle : String var body: some View { …
0
votes
0 answers

Qml SplitView does not resize it's content when the window shrinks

I have a qml vertical SplitView, splited into 2 elements : the top element is a green rectangle the bottom element is red rectangle Both have a minium height of 200. Inside the bottom element, there is a blue rectangle anchored to the bottom with a…
0
votes
0 answers

SplitViewController - Avoid Backing Through Multiple ViewControllers

I'm using a single storyboard for a SplitViewController on both iPhone and iPad. The user should be able to select the intended content from the column TableView, see a preview of it on the Detail ViewController, and then segue to the actual content…
moosgrn
  • 379
  • 3
  • 13
0
votes
1 answer

Make SplitView handle wider for mouse hover

From qml Customizing SplitView example we can see handle is Rectangle with implicitWidth 4 SplitView { id: splitView anchors.fill: parent handle: Rectangle { implicitWidth: 4 implicitHeight: 4 color:…
0
votes
1 answer

How to switch view in split screen mode programatically in Android?

How to switch view in split screen mode programatically in Android? Any code I can use? Thanks!
Bluesea
  • 135
  • 1
  • 1
  • 9
0
votes
0 answers

Run split screen view on Android

I want to automatically run the split screen view mode after the app is run. However, I got an error as follows: "java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}:…
Bluesea
  • 135
  • 1
  • 1
  • 9
0
votes
1 answer

Turn off split view for iPhone (all sizes), but retain split view for iPad

1.) We have a universal iOS app that incorporates split view and slide-over for iPad. Just right. For iPhone, on the other hand, we do not want to use these features. 2.) Split view does not appear for smaller iPhones, even in landscape, which is…
oldCoder
  • 61
  • 4
0
votes
1 answer

UWP Change SplitView.Pane content according to button clicked

In UWP I'm trying to create a SplitView on the left side of the screen with four buttons, any of the first three buttons open the pane but show different content according to which button was clicked: 1st = preferences, 2nd = account, 3rd = info…
ZFBbw
  • 3
  • 2
0
votes
1 answer

Split view equally Master Detail iOS13

Apparently I'll go full Ubuntu by the end of the week and bin my iPhone. iOS13 has come to my Xcode and I can't find a way to split screen equally Master and Detail view. All tutorials and guides refers to a previous iOS. The code I tried in my…
Fabio Magarelli
  • 1,031
  • 4
  • 14
  • 47
0
votes
0 answers

Java - Multiple Canvas in one JFrame

I would like to fit two drawing plates in one window (one for game, other for minimap). So far I can add one Canvas directly to JFrame and paint on it. Im stuck with adding another Canvas. I've tried adding LayoutManager to frame and add these to…
Rafalini
  • 23
  • 1
  • 5
0
votes
0 answers

Master-Details-Page (SplitView) for iOS-App with Xamarin and MVVMCross 6

I am currently developing an iOS-App with Xamarin and MVVMCross 6 and I would like to create a "SplitView". Skatch The SplitView should consist of a Master and a Details page. In portrait mode only the Master page OR the Details page should be…
0
votes
1 answer

SwiftUI : view is pushed multiple times in split screen on iPad

In my app using SwiftUI, when I want to implement split view into my app, everything works well on iPhone and even on iPad unless I go to split screen mode when using multiple apps. Here is the code : of ContentView(), if you need more don't…
0
votes
0 answers

Programmatically launch other app in Split View

I have an app that opens another app with a Custom URL scheme in iPad. I want to be able to open this other app in Split View along with the active app programatically, so the user does not have to manually open the other app and then put them in…
0
votes
1 answer

How do I use a Frame correctly within a SplitView in UWP?

I'm really new to coding in general, and I'm trying to get my head around XAML/UWP/C#. I'm trying to make an app in Visual Studio and I'm trying to correctly use a Frame within a SplitView/SplitView.Content to load other pages on a button click from…
notriz
  • 1
  • 1
1 2 3
8 9