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

Share Extension notification with iOS9 multitasking

I have an app with a Share Extension. Doing some work to fully support iOS9 multitasking and am stuck with a problem: how can the extension tell the main app when something happened? The original design used an NSUserDefaults object with the app…
Dan Loughney
  • 4,647
  • 3
  • 25
  • 40
2
votes
2 answers

Wrong status bar color in iOS 9 iPad Slide Over and Split View

My app uses a white status bar. When I launch the app from the home screen (i.e. the app goes full screen) this works fine. If, while my app is still in full screen, I Slide Over a second app (Calendar, for instance), the status bar is still white.…
gabrielmaldi
  • 2,157
  • 2
  • 23
  • 39
2
votes
1 answer

Kendo ui mobile splitview navigation issue

I try to set up a sample for an universal app. Currently I'm stuck with navigation inside the splitview. The console logs an error saying that the links "#rightOne" and "#rightTwo" are not found. Here is my code (testet in kendo ui dojo). The code…
Romano Zumbé
  • 7,893
  • 4
  • 33
  • 55
1
vote
1 answer

Cancelling SplitView Close Event without Stopping Mouse Events

I'm working on a WinUI 3 app, and I'd like to have my SplitView.Pane permanently open. I used this StackOverflow answer to try and solve the problem, however doing private void SplitView_PaneClosing(SplitView sender, SplitViewPaneClosingEventArgs…
Borisonekenobi
  • 469
  • 4
  • 15
1
vote
0 answers

SplitView inside ScrollView

Putting SplitView inside ScrollView breaks its work: for some reason it stops responding to mouse events and therefore resizing its children by dragging the splitter becomes impossible. import QtQuick 2.7 import QtQuick.Controls 2.15 ScrollView { …
popov895
  • 61
  • 8
1
vote
1 answer

Expo - React Native - iOS - How to drag and drop between 2 apps in split view / split over

I would like to drag elements (like images) from one app (Safari for example) to my app made with Expo. Despite searching GitHub, Stackoverflow, etc. i can't find how do that ? Is it then possible to use the Expo workflow version only ?
Pi Home Server
  • 487
  • 1
  • 3
  • 17
1
vote
0 answers

MacOS SwiftUI: remove titlebar, include windows tabs - HSplitView paints above tabs?

When removing the window titlebar it makes sense that I can paint to the top of the window. However with the window tab bar showing, the HSplitView doesn't stop at the window tab but goes straight over it. How do I have the HSplitView stop at the…
Matthew Eh
  • 41
  • 4
1
vote
0 answers

Is it possible to transition from an initial tableview controller to a UISplitViewController?

I'm building a tutoring app, and need to transition from a tableview controller page, which contains all the tutors available to help, to a split view (with a messagesViewController on one side and a normal UIViewController on the other). How would…
kjiv
  • 11
  • 1
1
vote
0 answers

How can I pass data between multiple split view controllers?

I have a window that has a vertical split view controller. The left side has a horizontal split view controller inside. The top left part is the map, where I want to pass the data from the right side of the window (marked red) to set variables in…
1
vote
2 answers

How would you implement a split view interface with react-router?

I want to build split view functionality so that a user can view multiple components side by side. In a single view within my application, the react-router URLs are set up like this: /user/:id /chat/:id /etc/:id How would you implement…
Andy-G
  • 31
  • 7
1
vote
0 answers

Chilld view Controller donot resize on rotation when added programatically

i've a rootview contoller in which i've added a splitview controller from storyboard and dynamically i'm adding another SecondView controller as a child to rootview controller.Issue i'm facing is on orientation Second View controller removed from…
1
vote
1 answer

The splitview is not opening on debugging

I am using Visual Studio 2015 and learning making UWP Apps. I want to make hamburger style navigation but the splitview doesn't open even after I click the Hamburger button, neither it shows any error. I have also added the event handler on the…
1
vote
1 answer

Combined tab view and split view

I’m working on an app which combines a tab bar controller with a number of split views, so that each tab item shows a different master-detail view. I want the tab to be visible at all times so the user can switch directly between master-detail…
Chris
  • 179
  • 3
  • 7
1
vote
0 answers

multitask iOS (Slide Over, Split View) on Cordova App (IntelXDK )

I have created an app in IntelXDK using cordova CLI version 6.2.0 I would like to activate the multitask for iPad, and it is impossible for me now. I have search for plugins but none is working. I am using the cordova-plugin-splashscreen, and I…
Fititrick
  • 11
  • 1
1
vote
1 answer

Data Binding in splitview error

I'm trying to use a SplitView whose Buttons come from data binding. Here is the code:
i_ll_be_back
  • 317
  • 1
  • 14
1 2
3
8 9