uipopovercontroller
How to dismiss UIPopover from a button in the Popover
I am trying to dismiss a UIPopoverViewControler from a button in the Popover. In addition I want it to transfer the data back to the main view. I have it working for a modalViewController but not for[详细]
2023-03-04 13:49 分类:问答Pushing view controller from popover controller
I have a Popover which I present from a bar button over a navigation controller. This popover will act as a menu. When a row is pressed I want to push a new view controller on the navigation stack.[详细]
2023-03-04 05:49 分类:问答Can a UIPopoverController be moved around the screen?
Is it possible to move a UIPopovercontroller around the screen once its al开发者_运维知识库ready been presented?[详细]
2023-03-03 18:17 分类:问答iPad popover not resizing properly after search keyboard is dismissed
I have a popover that contains a tableview (which is inside a navigation controller) with custom cells and a search bar in the header. Once I enter the search bar the popover shrinks appropriately to[详细]
2023-03-03 13:10 分类:问答Problem with UIPopOverController shrinking in width when navigationController pushes a new view(screenshots included)
Ok I have a view that we will call homeView. When a certain button is pushed on homeView, a UIPopOverController is presented in the following way:[详细]
2023-03-02 04:41 分类:问答Remove popover of master view in splitViewController
I want to remove the master view popover of a splitViewController when applicationDidEnterBackground is called. Since the popover removal is done automatically I couldn\'t get to the popoverController[详细]
2023-03-01 21:29 分类:问答How can you tell an UIViewController that a button is pressed in an UIPopOverController?
i think the title is self explaining. I have an UIPopOverController, in it is a tableview and when i select a cell, i want to te开发者_开发百科ll it the UIViewController.[详细]
2023-02-28 22:31 分类:问答ipad UIPopoverController with UINavigationController
How can I create a UIPopoverController with integrated UINavigationController so I will be able to slide views inside the UIPopoverController left-right (with navigation bar).[详细]
2023-02-27 04:26 分类:问答can autoresizemask be applied on popovers
Again caught up in this orientation issue. I have a search screen where when a user taps on textfields a popover is displayed below that just like a dropdown menu but when the orienattion is changed t[详细]
2023-02-25 18:20 分类:问答Dismiss a UIPopoverController
Is there a right mechanism to dismiss a UIPopoverController from the controller that I\'ve passed in the ctor?[详细]
2023-02-25 07:24 分类:问答