The UIPopoverController class is used in iOS to manage the presentation of content in a popover.
0
votes
1answer
48 views
How to dismiss the Popoverviewcontroller?
I have select the Popoverviewcontroller segue in storyboard for IPad over UIBarbutton to view controller.
When i select one time on the add button it displays the Popoverviewcontroller, I want to ...
0
votes
0answers
23 views
How to close the popover when clicked somewhere in the window using angularjs?
I am using angularjs for my front-end. I have created some popover windows. I want the popover window to be disappear when I click somewhere in the browser window. How can I do that using angularjs. ...
0
votes
1answer
42 views
Is UINavigationController needed for UITableView in a popover?
I have an iPad app (XCode 4.6, iOS 6.2, Storyboards, ARC), with 4 scenes and a navigation controller, all connected using segues. On the first scene, if the user taps on it, it will display a ...
0
votes
1answer
22 views
How to remove all the UIPopOver references of my app on idle time exceed
Im setting an MaxIdleTime in my app once if no userInteraction happened within this specified time i'm just removing the existing view from my window and adding my login (Home) view as subview to my ...
0
votes
1answer
16 views
TSpopoverviewcontroller tabelview updation
How to add contents to the tabelview controller which is in custom class in iphone? Here is my code:
-(void) showActionSheetw:(id)sender forEvent:(UIEvent*)event
{
UITableViewController ...
0
votes
0answers
17 views
UIPopoverController overlaps with UITableView's header view
I'm using DDSlidingPanels in my UIViewController and it contains a UITableView in it. When I present UIPopoverController on cell selection it overlaps with the UITableView's header view. Any help in ...
-1
votes
0answers
21 views
UIPopoverController not showing from the uibarbuttonitem in Portrait mode
I have an issue showing the uipopover from the uibarbuttonitem. Instead of showing the table in the popover is showing the table in the left (image).
EDIT: Some code from the uisplit
...
0
votes
1answer
40 views
How to fix memory leak for UIActivityViewController presented in a UIPopoverController
Similar to this post and this one I'm creating a UIActivityViewController for the sharing option in my app (ARC activated). It's a universal app, so I'm presenting the UIActivityViewController modally ...
0
votes
1answer
28 views
iPad displaying a selected pic from a popover
After researching about UIImagePickerController, I got this code to select an image from a popover and then display it in myParticularImageView.
This the ViewController.m:
@interface ViewController ...
1
vote
0answers
34 views
UISearchBar showing error?
When i type text in UISearchBar for searching after pressing search in keypad .It throwing error at
searchResultsPopover = [[UIPopoverController alloc] ...
0
votes
1answer
21 views
How to show buttons horizontally in uipopoverviewcontroller
I want to create a popoverviewcontroller with 3 buttons only(Add, Delete, Edit). It should show horizantally.
I used Action sheet but its showing vertically. How to achieve this?
Thanks
--J
0
votes
1answer
42 views
Objective C: Opening A PDF File on iBooks
I am downloading a PDF file from an online server and save it to my the App's Sandbox then view it in iBooks.
The iBooks viewing is what i am struggling now.
I tried this code:
...
0
votes
1answer
41 views
How to attach a UIPopover to a CGRect created programmatically
I have a UIPopover that I have created several UITextFields programmatically. If one of the UITextfields is tapped, I want to have a UIDatePicker inside a UIPopoverController point to the UITextfield ...
0
votes
0answers
30 views
+100
How do I move FPPopover as low as I want? If I push it too low, it jumps back to the top
I'm using FPPopover to present a pop over view for my iPhone app. I'm having an issue, however, where when I present it, it will only allow me to present it so low or it will jump to the top. And ...
0
votes
0answers
17 views
how to prevent popover from overlapping the navigation toolbar?
In my iPad app, I present a popover from tableview editing style insert control.
how can I prevent my popover from overlapping the navigation bar when the anchor is in a high position?
sadly, i'm not ...
0
votes
0answers
16 views
Aviary ios SDK memory not released after dismiss
I am using Aviary SDK 3.0 in my app, I put the Aviary code in a popover like this, but after I dismissed the popover using [popover dismissPopoverAnimated], the Aviary is still in the memory Heap, ...
0
votes
0answers
9 views
how to set popover view's detail view to the split view's detail view?
I am developing a universal app. In the iphone version of the program there are 3 tabs, each tabs are table view controllers, they have cells and each cells has detail views. The detail views are ...
0
votes
1answer
48 views
Understanding UIScrollView size behavior when using UIPopoverController
I am going through a book on iOS development, and i'm building a test application for the iPad. I am trying to create a popover when run on the iPad that displays a UIScrollView showing a UIImage that ...
0
votes
1answer
25 views
Prevent animation when dynamically resizing popover
So I realized this myself and found this answer to confirm:
Prevent contentSizeForViewInPopover from animating
Basically I am in a similar boat in that I want to dynamically resize my popover, ...
-2
votes
1answer
38 views
How do i create button on the UIPopoverController [closed]
How to create a UIPopoverController with buttons like the following figure.
0
votes
1answer
21 views
UISearchDisplayController inside UIPopOverController - searchResultsTableView not displaying properly
So I have a tableview inside a UIPopOverController and I attached a UISearchBar to the header of the tableview and I have the UISearchDisplayController displaying the correct results. However, I can't ...
0
votes
0answers
13 views
Opening image picker controller on an existing opened pop over controller in iPad sdk [duplicate]
I have a navigation bar in one the screens and it has button which opens a pop over controller. Its an add data form which also asks users to provide an image as well.
As there is a pop over ...
0
votes
2answers
58 views
Pass data back from PopOver to Viewcontroller [duplicate]
I have a popoverview with a table, and I want to pass back some data when I click on a cell, but I don't know how to do...
0
votes
1answer
18 views
Questions about the “share” popover in Photos app (and other apps)
So, if you share a photo in the Photos app, it pops open this widget:
This looks like a standard UIPopoverController with some UIButtons. My question is: Is this a system resource as one unit? I ...
0
votes
0answers
17 views
to play a specific video from photo library in ipad using objective C
I am trying to develop an application in which ,I have to play a specific video from photo Library within iPad using objective C.
I have written the code for playing videos from photo Library and ...
0
votes
1answer
12 views
UIButton adjusting after build storyboard
I have set up a vc that will be called as a modal when an action is executed. But when the vc pops up the positions of the buttons adjusts. How do I set the positions?
I have this on my viewdidload. ...
-1
votes
2answers
22 views
How to attach a UIPopover to a rectangle I have drawn
I have an iPad app (XCode 4.6, ios 6.2, ARC and Storyboards). I have drawn a GCRect on a position of a UIView.
CGRect rectangle = CGRectMake( [appSelected.aPosX floatValue], [appSelected.aPosY ...
1
vote
1answer
44 views
IOS open in works on simulator crashes on device with UIPopoverController error
In storyboard I have a view controller that displays pdf files if other apps try to "open in" with my app.
In simulator IOS 5.1 or IOS 6 + , it works perfectly but on device I get SIGABRT on main ...
0
votes
3answers
44 views
Update UIButton title from other view…?
I am developing an iPad app. At some stage I need to use dropdown type functionality. So, I'm using UIPopoverView for the same.
When IBAction fire on tap of particular UIButton, I adjust popoverview ...
0
votes
0answers
22 views
UIIMagePickerController UIPopover controller Issue
I am using UIPopOverController to open photo library in iPad app. using below code :
self.imagePickerPopOverController = [[UIPopoverController alloc] ...
0
votes
3answers
110 views
How to make a popup/dialog view in iOS in a separate ViewController?
I'm making an iOS game and I want to achieve this effect:
I know how to do it using one view controller but my view controller class is already bloated with code and the storyboard of that screen is ...
0
votes
1answer
13 views
Allow specific directions for UIPopover
I was wondering how do I do it if I want my UIPopoverConroller do show only either with the UIPopoverArrowDirectionLeft or UIPopoverArrowDirectionRight. I can get either all directions, or just one.
...
0
votes
1answer
45 views
ios cocoa: How to adjust the size of the popover depending on the number of rows in uitableview
This is related to this question
ios filter options similar to the apple store (dropdown list)
I tried using a uitableviewcontroller instead of a pickerview as I couldn't understand how to use the ...
0
votes
1answer
38 views
ios filter options similar to the apple store (dropdown list)
I'm trying to figure out how to make a filter option similar to the apple store's filter options. The first thing that came to my mind are dropdownlists similar to websites. But it doesn't seem to ...
0
votes
0answers
21 views
PopOverControll not showing the view of a Viewcontroller
I need to display a view controller through the one of the rightbuttonitems as popover.
I was getting a black popover with the defined size when the _settingsButtonItem (created programatically) was ...
0
votes
1answer
18 views
write a function that invokes as a result of setting setDelegate:self
I understand how to create my own delegate, but don't know how to write a method for the following situation
I'm setting a popover
NotesViewController *viewControllerForPopover ...
1
vote
0answers
43 views
Present UIPopoverController from a moving rect
Just got this weird problem, where I have a scroll view and buttons in the scroll view. I want to display a UIPopover from the button when touched, with UITextFields inside the UIPopover. The problem ...
0
votes
1answer
33 views
Common toolbar and selectors. Do I need to copy the code every time?
I decided to have a custom toolbar within my navigation controller. To do so, I created this common toolbar class, which every single one of my view controller will add to its navigation item.
...
0
votes
1answer
43 views
Is there a UIImagePickerController replacement that I can use from a controller that is already in a popover?
I'm writing an app that uses UIImagePickerController to let the user choose images from their library. On the iPad, it shows it in a popover (because you must) but the controller which is showing it ...
0
votes
1answer
58 views
Why does my UIPageViewController crop itself during curl transition?
In StoryBoard, I have setup two view controllers:
PageViewRootViewController - this is just blank (in storyboard) as everything is setup programmatically.
VillagerTextViewController - Storyboard ...
1
vote
1answer
61 views
iPad: Content view is not resized to fit popover
I'm having some trouble with presenting a content view in a popover. I'm using the following code to set up the popover with a view controller which I instantiate from the storyboard. The view ...
-1
votes
0answers
20 views
popovers can not be presented which does n't have window
-[UIPopoverController presentPopoverFromRect:inView:permittedArrowDirections:animated:]: Popovers cannot be presented from a view which does not have a window.
i am getting this error i googled it i ...
0
votes
0answers
29 views
Can not set the size of UIPopoverController when displaying an UIImagePickerController
I can resizing the popoverController's contentSize by setPopoverContentSize when displaying some viewControllers, but setPopoverContentSize does not work when I trying to display the an ...
0
votes
1answer
46 views
UIPopoverControllerDelegate delegate methods not being called
I have a screen with a button. Clicking the button will display a popover with two buttons. I want to be able to use the following method when the popover is dismissed:
#pragma mark - ...
0
votes
0answers
59 views
UIImagePickerController in UIPopoverView presents imagePicker without a takePicture: control
I have run into an issue when presenting a UIImagePickerController inside a UIPopoverController. All of my code works with exception that the UIImageController's View Controls do not provide the user ...
1
vote
1answer
69 views
Custom UIButton background image not appearing until tapped
In app my, if you tap on a certain area a UIPopoverController appears with UIButtons that perform certain tasks when clicked. The UIButtons (called CableDisconnectButton) are a subclassed UIButton so ...
0
votes
1answer
57 views
update another viewController UI from a UIPopoverController button iOS
I have a mapView that has a popover that is presented when the right navbar button is pressed. In this popover I have 2 buttons that call 2 methods in the mapView. I have hooked up the code and when ...
0
votes
0answers
28 views
UIPopoverController button selecting method of another ViewController but not updating its view iOS
I have a mapview that has 2 methods in it.
Method 1:
-(void)refreshMap{
//Refresh code here....
}
Method 2:
-(void)recenterMap{
[theMap ...
0
votes
1answer
184 views
UIImagePickerController with UIPopOverController, iPad ios 6
I am trying access the Photo Library from an iPad application. It is said that "On iPad, UIImagePickerController must be presented via UIPopoverController". That's exactly the log message that I get ...
0
votes
2answers
32 views
PopOverController resize at Top of View
Is there a way that I can calculate/detect if PopOverController is at the top of View? If so a way to have it show permittedArrowDirections:UIPopoverArrowDirectionDown vs ...



