Tagged Questions
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
0answers
20 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
0answers
23 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
1answer
48 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
0answers
34 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
0answers
64 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 ...
0
votes
1answer
226 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
0answers
17 views
Getting two popovers using UIPopoverController
I press a button and it displays the images saved on the camera roll. The problem is it displays two different popover controllers, one in the right place and the other not. Here is the code for the ...
0
votes
1answer
22 views
Adding UIImagePickerController onto an already open UIPopoverController
I have a popover which contains a tableview, once a row has been selected I want to then push on a UIImagePickerController.
According to the documents on the Apple website, I can only present this in ...
0
votes
1answer
93 views
iPad iOS 6.1 UIPopover ImagePicker crashes when pressing the bar button twice
I have created a popover for the image picker on the iPad. This function works. But if you press the UIBarButton twice the application crashes.
@property (retain) UIPopoverController ...
0
votes
1answer
320 views
How to get Camera working on iPad inside UIPopoverController?
I'm trying to write iOS app that uses camera or photo library to take pictures. This is my first iOS app so I have no experience. I've found several examples how to do it for iPhone and replaced ...
0
votes
1answer
95 views
Can't set size of UIPopoverController on device rotation change
In my iPad app, I am recording a video (UIImagePickerController in a UIPopoverController).
The problem is that when I change the orientation of the device, the size of the UIPopoverController reduces ...
1
vote
0answers
62 views
Image Picker in PopOverController with Custom NavBar Buttons
I am working on iPad app. I want when image picker is open it opens from Library pictures. Image picker should able user to select multiple files. I am really stuck with this one.
I have made ...
0
votes
0answers
119 views
UIImagePickerController is not displaying its navigation bar when in popover controller
I am using UIPopoverController to display UIImagePickerController in iPad.
Here is my code
UIImagePickerController *mediaUI = [[UIImagePickerController alloc] init];
mediaUI.sourceType = ...
0
votes
1answer
128 views
UIImagePickerController crashes on iPad simulator
I'm trying to display a UiImagePicker in a popover, as it is supposed to be done for iPad. But when a picture is selected and imagePickerController:didFinishPickingMediaWithInfo: is triggered, I get ...
1
vote
2answers
482 views
How to change the size width of UIImagePickerController on iPad?
How to change the size width of UIImagePickerController on iPad? I can change the height so it is 700 but can't change width and it still 320.
My code.
UIImagePickerController* ...
0
votes
0answers
53 views
UIImagepickerController type library messes up orientation
I have an iPad App that is only in landscape mode. I have a button that opens an UIPopoverController which allows to choose whether to use the camera or the photo library.
When picking finishes I'm ...
0
votes
2answers
39 views
Photo album crashes in iPad2
I am presenting photo album and camera from a UIButton from a UIPopOverController. Both works fine when I present it in iPad1 running on iOS 5.1.
When I do the same thing in iPad2 running on iOS 6.0, ...
1
vote
0answers
193 views
Shutter animation messed up when adding UIImagePickerController as subview
I'm adding UIImagePickerController as a subview of my UINavigationController which is inside a UIPopoverController.
Heres the code:
UIViewController *container = [[UIViewController alloc] ...
0
votes
0answers
120 views
Popover not showing iPad photo library
I am trying to write an app that will allow the user to select an image from the photo library on the iPad. I have done exactly as sources online say it should be done, however when I click the button ...
0
votes
1answer
155 views
UIPopoverController won't initContentViewController
I'm currently facing an issue with my UIPopovercontroller.
Here are the facts, I've got a class : ImagePickerViewController (inheriting from a BaseViewController) containing two property :
@property ...
0
votes
1answer
200 views
Using UIPopoverController with UIImagePickerController for connect to Ipad photo gallery
I create an application and have "Gallery" button, I want to when push that button I can see all image in Ipad photo gallery. My code is here:
- (IBAction)btGallery:(id)sender {
...
1
vote
1answer
69 views
UIPopoverController not running
I work on iPad simulator and I want to view image in iPad photo gallery, but it's have problem:
'NSInvalidArgumentException', reason: 'On iPad, UIImagePickerController must be presented via ...
0
votes
1answer
372 views
Weird Camera Iris Shutter Animation
I'm seeing a weird animation of the camera iris when I present a UIImagePickerController in a UIPopoverController with the following code:
UIImagePickerController *imagePicker = ...
1
vote
1answer
1k views
presentPopoverFromRect:inView:permittedArrowDirections:animated crashing in iOS 6.0
I just upgraded from iOS 5.1.1 to 6.0 and the following code path is crashing with SIGTRAP when it attempts to display a popover with an imagePickerViewController as its contentVC to allow the user to ...
0
votes
0answers
143 views
iPad UIPopoverController crashes with UIImagePicker, no ARC
I have a button that is supposed to create a popover with a UIImagePickerController, instead it crashes. I'm not using ARC, and I have looked through many other entries and no others helped. I'm not ...
0
votes
3answers
1k views
iOS: UIPopoverController and UIImagePickerController on iPad in ARC environment
I am trying to use camera on iPad and I have to use UIPopoverController on iPad for this. I have been getting following error no matter UIPopoverController declared strong!
*** Terminating app due to ...
0
votes
1answer
539 views
Presenting an Imagepicker in PopOver
Ive been searching about a multiple image picker, and I stumble to AGImagePickerController, but then, Im coding in iPad, how can I present the picker in a popoverController from a alertView? Is it ...
1
vote
1answer
99 views
ARC - Deallocating Image Gallery Picker?
I'm building an app for the iPad and am a little confused as to why ARC is deallocating a strong property declared like so:
@property (nonatomic, strong) UIPopoverController *imagePickerPopover;
...
6
votes
1answer
2k views
Showing UIImagePickerController in UIPopoverController with existing UINavigationController (adding back button)
So I have a UIPopoverController what houses my UINavigationController where I have my UITableViewController however one of my options on the UITableView is to go and select an image with the ...
1
vote
1answer
832 views
UIPopoverController And UIImagePickerController problems with Monotouch
I use to develop an application MonoTouch Iphone, but I have a problem using UIPopoverController. I can not open the page to select the photo.
I use the class of camera.cs TweetStation.
Here's the ...
3
votes
0answers
773 views
UIImagePickerController within existing UIPopoverController resizing issue on iPad
I am working on an iPad app where I have a button that generates a popover controller that I am populating with a specific view controller. Here is the button code that generates the ...
2
votes
4answers
2k views
Display UIImagePickerViewController for uiimagepickercontrollersourcetypephotolibrary from UIActionSheet in IPad
I have a UIActionSheet which has options to choose image from Camera or photo library. For this I took imagePickerViewController. For camera it works absolutely fine. But not for photo library.
...
1
vote
1answer
829 views
UIImagePickerController - tapping the Album TableView or Selecting Album causes table to go blank? iOS5
I'm trying to reproduce a Similar Media Picker that is like the one in Pages. Within a UIPopoverController There is a UISegmentedControl that selects different media Types. One of the ...
1
vote
0answers
241 views
How to allow the user to select a UIImagePickerController's source type?
First let me tell you what I'm trying to do:
When the user clicks on a button, I want to present a UIPopoverController with a UINavigationController as its contentViewController (this is on an iPad)
...
0
votes
1answer
1k views
UIPopoverController crash on iPad running iOS 5.0.1?
I am using a UIImagePickerController on iOS 5 with the iPad and my app just got rejected because it crashed on their end. It doesn't crash on my end but I am sure it has to do with the ...
1
vote
3answers
580 views
Black Bar in UIImagePicker on iPad - Only in Landscape Right Orientation
I am showing a UIImagePicker (itself in a UIView) via a UIPopOver. This works fine, however when the iPad is rotated onto its right side I get a strange black bar along the left hand side of the ...
3
votes
1answer
3k views
Changing size of UIImagePicker presented via UIPopOver (iPad)
I am trying to change the size of a UIImagePicker which I am presenting via a UIPopOver. The code is shown below. The issue is that the PopOver size doesn't display properly - it briefly flashes up in ...
0
votes
1answer
199 views
How do you have button choices in a UIPopOver?
- (IBAction)openImagePicker:(id)sender //Makes UIImagePicker roll up from the bottom.
{
if (UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPhone)
{
// We are using an iPhone
...
0
votes
1answer
314 views
Controls created on runtime has no window. Popovers cannot be presented from a view which does not have a window
i have button on the view and call following void to open popover controller with image picker, no problem here popover come up with image picker etc.
when i create UIButton programmatically on ...
0
votes
2answers
4k views
UIImagePickerController in UIPopOverController is not opening up in iOS 5
in my iPad app i am opening Photo Library in a popover controller. It was working fine in iOS 4 but now its not opening up in iOS 5.
i am using the following code for opening Photo Library,
...
1
vote
1answer
706 views
Navigation buttons missing from UIImagePickerController when added to UIPopoverController
Got a strange problem. The cancel button that normally is shown at the navigation bar when you add a UIImagePickerController is missing when I add it to my UIPopoverController.
I have tried to ...
0
votes
1answer
488 views
Getting the UIImagePickerView work inside a UITableView in an iPad app
I have a small problem. I am working on an iPad app and in that I've a UItableView. Inside that table there are buttons in every cell at perfect position. Now, when the user clicks on those buttons I ...
1
vote
1answer
471 views
exc_bad_access with UIImagePickerController and UIPopoverController
I get a EXC_BAD_ACCESS right after calling this piece of code in my app (Ipad)
I get almost nothing from XCode for debugging, XCode points me that line of code:
int retVal = UIApplicationMain(argc, ...
0
votes
1answer
492 views
iOS sdk - UIImagePickerController without Popover
My question may be lame, because i`m new to iOS development, but anyway...
Now i have code that shows me images from device into popover (using UIImagePickerController). How can i (if i can) show ...
0
votes
3answers
787 views
How does conditionally coding for iPhone and iPad work in reality?
UIImagePicker must be presented differently on iPhone and iPad. On the iPad, it throws an exception saying this:
* Terminating app due to uncaught exception
'NSInvalidArgumentException', reason:
...
6
votes
2answers
3k 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 ...
1
vote
1answer
1k views
UIImagePickerController via UIPopoverController
I just received an error when trying to present a UIImagePickerController modally. The error essentially stated I needed to show the ImagePicker using a UIPopoverController.
My problem is I am ...
1
vote
1answer
4k views
ImagePicker in a popover problem
I have read that the iPad must use a UIPopoverController to view the PhotoLibrary, however, I have edited the code to make it, the popover shows but it does not hide when i choose a picture.
I found ...
0
votes
2answers
553 views
Video disappearing when played after using UIImagePickerController in a UIPopoverController
I am having the toughest time playing a video after select anything from a UIImagePickerController when the UIImagePickerController is presented in a UIPopoverController.
Here is the code that ...
