Questions tagged [uipopover]

UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover.

UIPopover is a common misrepresentation of UIPopoverController, which is used in iOS to manage the presentation of content in a popover. The iOS SDK does not expose the popover view directly, instead it defines a way to wrap a given controller in an system-created popover.

Please use for all popover-related questions.

270 questions
1
vote
2 answers

UIPopoverViewController-like element in Android

I am now porting a iPad application to Android tablets, and it uses a lot of UIPopoverViewController. I have tried creating a "layout" to show in fullscreen at front with a small content view, it works well, but I was wondering if there is a native…
1
vote
1 answer

UIPopOver not displaying content?

I'm trying to make my UIPopOver do this and it's just appearing as a blue UIPopOver without my content showing. This is my code so far in the .m file of my main ViewController: - (void)viewWillAppear:(BOOL)animated { self.PopOverController =…
1
vote
0 answers

Switching view from uipopover with landscape orientation

as usual I'm stuck again with a very simple problem but quite stressful here. just a simple case : I'm about to switch between two views but only with landscape orientation(left&right). actually its easy when i switch directly using a rect button…
redribbon
  • 41
  • 1
  • 10
0
votes
1 answer

iOS: How to persent a modalview as the UIPopover style

I want to persent a modalwindow, I use the PresentModalViewController and set the ModalPresentationStyle to UIModalPresentationStyle.FormSheet. But how to persent the window as a pop layer such as the UIpopover, it allows the users to dismiss the…
BlueSky
  • 747
  • 6
  • 19
0
votes
1 answer

UIPopOver, UITextView and automatic resizing

I've got an app where I allow the user to add events to a list. The method I use to do this is via a form that I show the user in a UIPopOver. The form has the following components (in this order, top to bottom): Event Description Label…
mbm29414
  • 11,558
  • 6
  • 56
  • 87
0
votes
1 answer

iOS - UITableView with custom frame and custom cell to display UIPopOver from it

My question is two part: Part 1: I've a UITableView that has 4 rows, when the user click on any cell, it will display an internal UITableView, i've expanded the size of the master UITableView, then insert the internal UITableView internalTableView =…
Scar
  • 3,460
  • 3
  • 26
  • 51
0
votes
2 answers

Setting the delegate for a 2nd tier tableViewController presented in a popover

My application launches into a navigation controller. The root view controller has a button which creates a popover with a tableViewController allowing the user to select a cell which, using a delegate of the TableViewController that is set when the…
zeroCube
  • 257
  • 1
  • 3
  • 9
0
votes
1 answer

How do I enable Popover on launching my app?

I would like to enable Popover controller, right on the launch of my application in the portrait mode. Kindly give me some points to note down, I'm a newbie. Thanks,
Xander
  • 902
  • 2
  • 14
  • 33
0
votes
2 answers

How do I make a UIImage (screenshot) from the contents of a popover?

I'm presenting a popover from a button, in the popover users can make a drawing. I'd like to capture this drawing as a UIImage. At the moment the drawing is a simple line drawing using UIBezierPath, similar to this tutorial:…
naudecruywagen
  • 378
  • 3
  • 8
0
votes
1 answer

Segmented control UIpopover

Anyone know any links/tutorials on how to put a segmented control in a UIpopover? one of the views has a scroll view and when the segment index is selected the scroll view appears on top of the rest of the popover and the segment cannot be selected…
MacUser
  • 492
  • 9
  • 22
0
votes
1 answer

UIModalPresentationPageSheet position? Or UIPopover?

Note: Using Monotouch and doing all the UI Programatically. Hello everybody, I have a question. I have this main UIViewController object, and I have 2 UIVIews inside it. This views will perform commands in some devices, etc. I'm planning to do some…
0
votes
1 answer

PopOver containing Navigation bar and Tabbar

Can you help me with PopOver controls? I want to display UITabbar Controller and UI Navigation controller in the UIPopOver. Do you know any good tutorial to start. I know how to work with UITabbar Controller and Navigation controller as an…
0
votes
1 answer

issue using wepopover in uitableview

Merry Christmas. I have a view which contains a uitableview. Iam using wepopover to show aditional info when one of the tablecells are selected. However my issue is when selecting some cells, part of the popover is shown out of the view and is not…
Bjarke
  • 1,283
  • 11
  • 36
0
votes
2 answers

implementing a simple popover in the new xcode4.2 and catching the dismissPopover event

I give up and need some help. I am trying to implement a simple picker popover in xcode4 using the story board I have created a storyboard and added a view which is a picker. I have linked a button to the view, and the view with the picker is…
0
votes
0 answers

Open UIKIT viewcontroller on click barbutton in swiftUI

I have swiftUI where on button click i want to present popover which is created in UIKIT. I have swiftui screen which has some bar button on click on that bar button i want to open popover on bottom of that. SwiftUI Screen struct ContentView:…
IOSDev
  • 205
  • 2
  • 10