The popover content is layered on top of your existing content in a special type of window. The popover remains visible until the user taps outside of the popover window or you explicitly dismiss it. Popover controllers are for use exclusively on iPad devices. Attempting to create one on other ...
28
votes
7answers
10k views
Popover with embedded navigation controller doesn't respect size on back nav
I have a UIPopoverController hosting a UINavigationController, which contains a small hierarchy of view controllers.
I followed the docs and for each view controller, I set the view's popover-context ...
25
votes
6answers
12k views
UIPopoverController automatically resizing to max height on pushViewController
I have a popover containing a UINavigationController. I can display the popover fine, and it contains the navController just fine. The navController contains a tableView and when I select an item it ...
20
votes
6answers
5k views
Popovers cannot be presented from a view which does not have a window
What does this error indicate:
"Popovers cannot be presented from a view which does not have a window."
18
votes
7answers
25k views
UISplitViewController in a TabBar ( UITabBarController )?
I am in kind of situation that I need to start with a tab based application and in that I need a split view for one or more tabs. But it seems that split view controller object can not be added to the ...
13
votes
7answers
15k views
How to customize / style a UIPopoverController
I'm working on an iPad application and I'm using UIPopoverControllers. I'm at the part where the app needs to be branded and styled and i'm wondering how to change the color / tint of the ...
11
votes
4answers
6k views
UIPopOverController for iPhone (currently only available for iPad)
Before I implement something similar for the iPhone, I'm wondering if anyone has implemented something similar of the UIPopOverController for the iPhone. This is so far only available for iPad.
10
votes
5answers
13k views
Accessing UIPopoverController for UIActionSheet on iPad
On the iPad, one can show a UIActionSheet using -showFromBarButtonItem:animated:. This is convenient because it wraps a UIPopoverController around the action sheet and it points the popover's arrow to ...
9
votes
3answers
641 views
creating button for popover view anchor at run time
This may not be possible, but I'm hoping someone will have an idea how to do it.
I have an app I'm porting from iPhone only to Universal. On the iPhone, I'm using a Tabbed application. I use three ...
9
votes
2answers
7k views
Symbol not found: _OBJC_CLASS_$_UIPopoverController
I am having problems with my universal app.
I have set the Base SDK to iPhone 3.2 and set the target to 3.1.
I have moved the files that are using the UIPopoverController to their own files and they ...
9
votes
5answers
8k views
UIPopoverController w/ UINavigationController Subview contentSizeForViewInPopover doesnt work on Parent
I have a UIPopoverController with a subclass UINavigationController. Both the parent and child views are UITableviews.
When i call parent view originally with contentSizeForViewInPopover = (320,480) ...
9
votes
2answers
4k views
Retain/release pattern for UIPopoverController, UIActionSheet, and modal view controllers?
I'm somewhat unclear on the object ownership patterns required for the following instances. When my UIViewController presents a popover controller, an action sheet, or another view controller as ...
9
votes
5answers
3k views
iPad popover textfield - resignFirstResponder doesn't dismiss keyboard
I have two text fields email and password. The following code works fine when the fields are presented on a regular view but when they are on a popover, the resignFirstResponder does not work ...
8
votes
4answers
4k views
UIPopover without any arrows
Is it possible to present a popover without any sort of arrows pointing somewhere?
7
votes
2answers
755 views
UIPopoverController dealloc getting called—ARC environment
While displaying a popover controller for a second time (after dismissing it and then re-displaying it), I get the following error:
Terminating app due to uncaught exception 'NSGenericException', ...
7
votes
4answers
639 views
Customising the titleView in a UIPopoverController
On an iPad application, I want to be able to have multiple buttons in the top bar of a popover. I'm launching it like this:
UINavigationController *nc = [[UINavigationController alloc] ...
7
votes
2answers
3k views
Custom popover for iPad/iPhone
In the iBooks application, the brightness, font and search views subclass UIPopOverController but without border.
Is there any way to mimic those views?
6
votes
1answer
473 views
How do I make a MPMovieController fullscreen view on top of a UIPopoverController?
I have successfully put a MPMoviePlayerController in a UIPopoverController by doing:
NSString *filenameString = [NSString stringWithString:[[helpVideosArray objectAtIndex:tagNumber] ...
6
votes
1answer
5k views
UIPopoverController & UIImagePickerControl: “Popovers cannot be presented from a view which does not have a window”
I am trying to display a UIImagePickerControl in my iPad app. At first, the debugger told me that I needed to put it in a popover when doing it on an iPad. So I wrote the following code:
...
6
votes
2answers
3k views
UIDatePicker in PopoverView in iPad
I have an iPad specific application running iOS 3.2.2 which displays a settings view in a ui popover. This all renders great, but now I'm trying to get a date picker to render inside the view and not ...
6
votes
1answer
988 views
Google maps style uipopovercontroller
I have a universal app. On the iPad, when pressing an annotation pin it shows the callout bubble. When I press the desclosure button, it loads a uipopovercontroller with a detailed view.
What I want ...
6
votes
7answers
18k views
Dismissing iPad UIPopoverController when BarButtonItem is pushed while it's open
Using a split view on the iPad, I have the following code:
- (void) splitViewController:(UISplitViewController *)svc willHideViewController:(UIViewController *)aViewController ...
5
votes
2answers
112 views
UIPopOverController inside UISplitViewController
I have to show one popOver inside the left side of one splitController, I initialize the popOver whit an navigationController. But when i show the popOver my app crash.
Impostazioni *settings = ...
5
votes
2answers
4k views
In an iOS 5 Storyboard, how do you push a new scene to the original view controller from a Popover?
I'm creating a popoverSegue from a new view controller and want to push a third view controller onto the original stack. This is how I'm creating the application:
Create a new Single View ...
5
votes
2answers
984 views
Monotouch - UIImagePickerController with an iPad App
I have an iPad only application that I'm trying to allow users to select images from their PhotoLibrary, near as I can tell I have to use the UIImagePickerController in a UIPopOverController. I have ...
5
votes
3answers
564 views
Using UIImagePicker in a tabbed UIPopover
I am developing an iPad app that needs to have multiple image sources, on the device/Photo Albums, remote and some included with the app. Now the ideal situation would be to have a UIPopover ...
5
votes
1answer
6k views
Using UIActionSheet on iPad
Apple's documentation for the UIActionSheet is causing me confusion. First off, in the iPad Human Interface Guidelines, it says :
To learn more about using an action sheet in your code, see “Using ...
5
votes
2answers
2k views
UIPopoverController without arrows?
I would like to know to make an UIPopoverController without arrows
In fact I would like to simulate something like this:
See that
There is no arrows
There is a title that is somehow inside of a ...
5
votes
1answer
7k views
How to dismissPopoverAnimated on iPad with UIPopoverController in MKMapView (SDK3.2)
I have a MKMapView (also a UIPopoverControllerDelegate) with Annotations. This MapView has, in the MKTestMapView.h file, a UIPopoverController* popoverController defined in the @interface and a ...
5
votes
2answers
5k views
Setting the “title” of a UIPopoverController?
I'm sure there's something obvious I'm missing here, but I know that popover controls can have "titles", a header area that has a line of text above the content view (e.g. the "Tools" popover in ...
4
votes
2answers
389 views
UIPopoverController toolbar at top
I am trying to place a UIToolbar at the top of a UIPopoverController in much the same way as Apple have done in pages and keynote with the "media", "tables", "charts" "shapes" toolbar.
I've managed ...
4
votes
2answers
331 views
Don't Dismiss UIPopoverController when tap off
after a bit of searching, I couldn't find an answer to something that seems like it would be useful to many.
Is there a way to make a UIPopoverController not dismiss when the user clicks somewhere on ...
4
votes
2answers
869 views
Determine if a view is inside of a Popover view
We have common views that we use in our application in many locations inside of UINavigationControllers. Occasionally the UINavigationControllers are inside of popover views. Now the views we put into ...
4
votes
1answer
637 views
Drag & drop: detecting what you're dropping on
Assembled elders of the Cocoa-Touch, I have a question for you all about Drag & Drop on the iPad.
I am attempting to drag an item from a popover onto an underlying canvas. Employing the ...
4
votes
3answers
3k views
reached while popover is still visible
-(void)showsearch:(id)sender
{
SearchViewController *searchview =[[SearchViewController alloc] initWithNibName:@"SearchViewController" bundle:nil];
settingpopoverController = ...
4
votes
1answer
473 views
Wrong UIActionSheet layout in popover
I’ve got an UIActionSheet with a single button that I show in a popover. In landscape mode there is a plenty of space around the popover, so that it displays with an arrow in the middle and everything ...
4
votes
2answers
4k views
Adjust UIPopoverController position after resize
I have a UIPopoverController containing a UITableView. The popover is resized in its view controller's -viewDidAppear function to fit the contents of the table. While the popover resizes properly, ...
4
votes
2answers
2k views
UIPopoverController not moving to original position after keyboard slides back down
I'm displaying a popover in iPad with a UINavigation bar. On the second view, I have a UISearchController that can display a keyboard. The keyboard pushes the popover up, which is fine, however if I ...
4
votes
3answers
3k views
Using a UISegmentedControl in the footer of UIPopoverController
In my iPad app Viewfinder (iTunes Link), I'm trying to recreate the look of a UISegmentedControl as seen in the footer of Keynote's Build In popover:
The iPad HIG suggests using a bottom-aligned ...
4
votes
1answer
338 views
Programmatically show root controller popup in portrait view
Is there any way to programatically show the root view controller in portrait mode responding to a user action?
in my app the root view controller can be updated responding to some user interaction ...
4
votes
2answers
2k views
Drag-n-Drop from UIPopoverController to other UIView
How would I go about implementing dragging and dropping a UIView from UIPopoverController into the back UIView.
This is the functionality that Pages provide in their insert media popover, where you ...
3
votes
1answer
76 views
UIPopoverController strange behavior
I am using a UIPopoverController and populating it with a MPMediaPickerController to choose songs from iPod library. I have got it working just fine. However, I added a completely unrelated feature ( ...
3
votes
1answer
263 views
MonoTouch for IPad: How to show another UIViewController in a UIPopoverController?
As title said, I want to show another UIViewController from an existing UIViewController which is hosted in UIPopoverController. I tried the following method:
_secondViewController = new ...
3
votes
1answer
178 views
Cannot make UIPopover appear programmatically
I want the pop-over to appear when the app is first launched in portrait mode instead of it being hidden and requiring the user to hit the button before the popover appears. I've tried to find ...
3
votes
1answer
279 views
SplitViewController Template show the popover manually?
I am using the splitViewController template provided by Apple. On a specific action, I want to show the rootViewController. Unfortunately, I cannot find a method that will show the popover ...
3
votes
3answers
1k views
UIPIckerView in UIPopoverController
I'm not trying to resize the PickerView's height. I'm fine with having the default size, which I believe is 320 x 216. I created this code to present a pickerView in my popovercontroller, however, I ...
3
votes
2answers
176 views
How do I dismiss the AirPrint Popover?
I have a singleton popover, so that I only show one popover at a time. When I do my share popover, and choose AirPrint, the share popover correctly goes away, showing the AirPrint popover in its ...
3
votes
3answers
1k views
problem in setting PopoverContentSize
I am not able to set the contentsize with size(650,400).But even i create popoverController with same width & height it is getting created.
No idea what is worry ?
On tapping Enter it shows as ...
3
votes
1answer
453 views
Preventing artifacts when shrinking a popover's content size
I have a navigation controller inside a popover in an iPad app. The navigation controller holds a hierarchy of list views. They all can have differing numbers of rows.
When I navigate from one to ...
3
votes
1answer
520 views
iPad UIPopoverController with buttons, same as Contacts App
I would like to create a PopoverController containing buttons, like this one:
I can create a UIViewController containing two buttons, but they won't be identical to those shown on screenshot above
...
3
votes
1answer
615 views
Navigation Bar with prompt in UIpopover
I have a navigation Controller as the view of a popover, so that there is a navigation bar at the top.
On the first view there is no prompt for the navigation bar, so it remains at it's usual small ...