The UIPopoverController class is used to manage the presentation of content in a popover.
I'm converting and iphone project to ipad. On iphone I have a mainViewController that opens a loginViewController using addSubView. On …
ipad uipopovercontroller popover dismissI'm doing some drawing on a custom UIView canvas, and rather than having a set of buttons at the bottom …
ios swift uipopovercontroller uipopoverI am using an UIImagePickerController within an UIPopoverController which is working perfectly with iOS6. With iOS 7 the "preview" image which …
ios uiimagepickercontroller ios7 uipopovercontroller uiinterfaceorientationIn my app I have 3 UIPopOvers. They appear when user taps buttons in the toolbar. I need to make the …
ipad uipopovercontrollerMy goal is to keep same coordinates for a UIPopoverController with just changing arrow offset. So basically i have three …
objective-c ios ios5 uipopovercontrollerI have two text fields email and password. The following code works fine when the fields are presented on a …
iphone ipad uipopovercontrollerWhile displaying a popover controller for a second time (after dismissing it and then re-displaying it), I get the following …
ios memory-management uipopovercontroller dealloc automatic-ref-countingI'm trying to display an UIPopoverController from the rect of a selected text in an UITextView, How can I get …
iphone ios cocoa-touch ipad uipopovercontrollerThis may not be possible, but I'm hoping someone will have an idea how to do it. I have an …
ios ipad uinavigationbar uipopovercontrollerI'm somewhat unclear on the object ownership patterns required for the following instances. When my UIViewController presents a popover controller, …
iphone uiviewcontroller uiactionsheet uipopovercontroller