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

Can't play YouTubePlayer View on iPad

Im using SplitViewController and Swift-YouTube-Player to play youtube videos in app. It works perfectly on iPhone but it doesnt work on iPad. On iPhone, when i trigger the player, it opens MPMoviewPLayer full screen and plays the video, but on iPad…
marmaralone
  • 516
  • 6
  • 11
0
votes
2 answers

iOS 9 Split View App Resizing Strategy

I have an app that I'd like to enable split view on. The UI varies slightly for iPhone vs iPad (compact vs regular width). In compact width mode, I have a UITableView with a list of items the user can select, and when they do I push a new View…
Wise Shepherd
  • 2,228
  • 4
  • 31
  • 43
0
votes
1 answer

Is it possible to programmatically force an iOS app in split view / slide over to go full screen in ios9?

I'm implementing an app that needs a camera preview using AVCaptureSession. Unfortunately iOS9 will interrupt the AVCaptureSession as soon as Split View or Slide Over is on. The system allows to detect such an interruption (see:…
Joss
  • 903
  • 10
  • 17
0
votes
1 answer

ContentDialog vs Menu Hamburger (SplitView)

I have two elements in my project, ContentDialog & SplitView (Hamburger Menu). My ContentDialog has a button that lets you invoke the SplitView and put the IsPaneOpen = true, but when I do, the split view opens and is behind the ContentDialog. Is…
fipcurren88
  • 701
  • 5
  • 26
0
votes
1 answer

Hamburger button overlaps SplitView pane

I need help regarding implementing XAML Navigation menu sample. In the code I wrote, Hamburger button overlaps SplitView pane. PS Note: To keep app simple. I used a simple ListView (instead of customized ListView as shown in sample for keyboard…
Anil
  • 193
  • 3
  • 14
0
votes
1 answer

Splitview content property windows universal

Im including the splitview in my app. But i dont know how to fill the content of my splitview. I read i should nest the frame in there. So i have my Mainpage.xaml, and if the user clicks one menue button the content of the splitview should be for…
Matthias Herrmann
  • 2,650
  • 5
  • 32
  • 66
0
votes
1 answer

iPad Splitview in Portrait Mastertable as default swift

I'm playing around with Master-Detail out of the box Template. I got it to run and even the Buttons are there on iPhone-Plus. Now I've some issues. On the iPad and portrait mode the App always starts in DetailView, I found a workaround for at least…
HongKongTom
  • 207
  • 1
  • 2
  • 11
0
votes
3 answers

Accessing SplitView control from a different page than it's host - C# XAML Windows 10 UWP

Pre-warning, I'm new to C# and XAML, but I'm really enjoying Windows 10 UWP apps. I've got a question on how to appropriately handle a SplitView. I've got a Main Page, in which I have a SplitView control. In the SplitView Content, I've added a Frame…
Thomas
  • 339
  • 4
  • 15
0
votes
1 answer

Is it possible to programmatically force an ios ap in split view to go full screen in ios9?

I am developing this app for ipad and ios9 and at some point the user will click on a button to watch a video. But I wouldn't want the user to just see it in the split view size he's currently on (like 1/3rd or 14th) instead I would like the app to…
Yannis P.
  • 811
  • 1
  • 11
  • 32
0
votes
1 answer

Restrict Splitview to only some Frames in Windows 10 universal app

I followed this resource http://blog.jerrynixon.com/2015/04/implementing-hamburger-button-with.html .It worked. But I need SplitView in only some xaml pages.How to achieve this.
djkpA
  • 1,224
  • 2
  • 27
  • 57
0
votes
1 answer

JQuery Mobile 1.4.5 splitview/multiview plugins - best 2015 solution for prototyping?

I'm a student working an a prototype of a hybrid app. I'm using JQuery Mobile and three.js to (hopefully) provide a proof-of-concept web app to assist people in storyboarding. The target device is desktop and tablet (horizontal and…
0
votes
1 answer

How to Split Screen Emacs and Terminal

everyone. I use PuTTY and I am wondering if it's possible to open an emacs text file in split screen with the terminal window. I looked everywhere for the answer, but all I've found is how to have two emacs windows open, and I would like to be able…
Domn Werner
  • 572
  • 2
  • 10
  • 20
0
votes
1 answer

Passing data between subviews in cocoa

I am new to objective C cocoa programming and I would like to know how to pass data between subviews when using a split view. The purpose is to set up a view which contains two views (top and bottom). In the topview I would like to add a combo box…
Carl
  • 3
  • 2
0
votes
1 answer

How to dismiss a split View from a child view (Detail View)

I have a single view in iPhone and i want to use that as a detail view in my iPad. Unfortunately the exit button in iPhone is used to dismiss the view where in i have used the same view as a detail view in SplitViewController. As the details view…
user1323912
0
votes
0 answers

Ipad App SplitView the master view disappears

i've created the user interface for an ipad app. I used the splitview to do the layout. However, When I run the app, the master view doesn't show up in the simulator. (The app is now only supported in landscape view.) Does anyone have idea of what…
1 2 3
8
9