Tagged Questions
0
votes
1answer
37 views
iPhone back button refuses to work after selecting an image with the UIImageViewController? [duplicate]
So I am writing this iPad app that starts on a main screen and then from there you can go to a settings page. In the settings page you have the ability to select a picture from the photo album using a ...
0
votes
2answers
55 views
UIImagePickerController - [picker dismissViewControllerAnimated:YES completion:Nil]; Error
I have been trying this for the past 2 days and I am not able to figure out the answer. I have searched all over and I haven't found the answer.
The question is I have a button which brings up the ...
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
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
143 views
iOS 6 - UIImagePickerController and orientation on iPad
I am facing difficulties with the use of UIImagePickerController on iPad, let me first give you some background.
The iPad version of my app supports any orientation and uses a UISplitViewController, ...
0
votes
1answer
47 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
33 views
how to implement move and scale in ipad uiimagepicker?
Hello. I am new to iPhone development. Currently I am converting an iPhone application to the universal application in which there is UIImagePickerController. For iPad, I have written this code:
...
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
25 views
limit UIImagePicker Camera View to a small part of screen
I am developing an app which uses UIImagePicker to capture and save screen.
Following is the code to launch camera.
UIImagePickerController *imgPickController = [[UIImagePickerController alloc] ...
0
votes
1answer
216 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
1answer
109 views
Does iOS simulator have the ability to simulate the device's camera?
Just to make sure I have all the code right, here is my header file:
#import <UIKit/UIKit.h>
@interface ViewController : UIViewController ...
8
votes
6answers
291 views
Not able to show the Image in proper format from camera in landscape mode
I am working on iPad App in Ios6, There when we click the right bar button i am giving an action like below:
-(IBAction)camerabuttonAction:(id)sender
{
UIImagePickerController *picker = ...
0
votes
3answers
356 views
How to crop the captured image before saving it in gallery in IOS [duplicate]
I am working on camera app. I am capturing an image by using UIImagePickerController.After that before saving it in gallery I want to crop the image and need to save the cropped image in gallery.
I ...
0
votes
0answers
59 views
iPad sometimes does not use front cam
In my application, I have to use the front cam of the ipad and I have to take pics using front cam. I am automatically taking photos using the method [self.imagePickerController takePicture];
there is ...
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
314 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 ...
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 ...
2
votes
2answers
230 views
How to show photo album with arrangement from newest to oldest
I have a problem when I use the below code to load the photo album out from the iphone. Although I loaded perfectly, the first photo appeared is the oldest photo. Is it possible to rearrange the order ...
0
votes
1answer
68 views
iOS Imagepicker on iPad with a SplitViewController
I have a split view with a master table view and a detail view. On the navigation bar of my master view of my split view I have a button that should enable the user to take a picture via imagePicker. ...
0
votes
1answer
144 views
ImagePickerController crash
In a modal view, i have an imageView in which i set the image from gallery or camera.
few times it works perfectly, but as number of selection increases application crashes.I'm using this code
- ...
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 = ...
2
votes
1answer
38 views
UINavigationBar is Moved Up After UIImagePickerControllerDidCancel?
I have a problem where I modally present a UIImagePickerController from a UINavigationController and the user presses cancel instead of taking a photo. I dismiss the view from the ...
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 ...
7
votes
1answer
230 views
UIIMagePickerController crash on dismissing on iPad ios 6.0
I work on iPad 4 with iOS 6.0.
I have a ViewController (MyPickerController) with the following init:
- (id)init
{
  self = [super init];
  if (self) {
    _picker = [[UIImagePickerController ...
2
votes
2answers
1k views
UIImagePickerController in iOS 6 doesn't work properly
I'm having a very strange behavior:
in iOS 5 I present UIImagePickerController in this way:
imagePicker.sourceType = UIImagePickerControllerSourceTypeCamera;
imagePicker.modalPresentationStyle = ...
1
vote
1answer
181 views
Using UIImagePicker in iPad with Landscape only on iOS 6
I am making an iPad app that only supports landscape orientations, and in that app i am calling the photo Library using the following code
UIImagePickerController *imagePicker = ...
2
votes
1answer
235 views
iPad: Presenting UIImagePickerController in landscape rotates my other view controllers on dismiss
I am presenting a UIImagePickerController on iPad with UIImagePickerControllerSourceTypeCamera. I know that the other UIImagePickerControllerSourceType options need to be presented in a ...
0
votes
2answers
216 views
UIImagePickerController live preview orientation wrong
I have a landscape iPad app and I present a UIImagePickerController with sourcetype UIImagePickerControllerSourceTypeCamera to my active view controller modally. However, the live preview is in the ...
0
votes
0answers
86 views
UIImagePickerController has wrong transform when presented the first time
I am using a standard UIImagePickerController in an iPad app. I am using the standard controls, and am having trouble with the live preview.
The first time the camera is presented (and only the first ...
0
votes
1answer
59 views
Can't locate images with UIImagePickerController
I'm trying to use a UIIMagePickerController to select images in my iPad app. When I run the simulator, the popup says: "No Photos. You can sync photos and videos onto your iPad using iTunes.".
What ...
1
vote
2answers
477 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
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, ...
0
votes
1answer
207 views
Image Picker on ipad
I know image picker on the iPad needs to be a popover, and I keep trying but it won't work and crashes when I tap the button that calls the popover.
-(IBAction)addPhoto:(id)sender{
...
0
votes
0answers
70 views
I am not able to show ipad's image gallery because my app is only supporting landscape orientation
I want to images from ipad's gallery , i am using following code to show gallery but unfortunately my app is supporting to landscape orientation to i am getting exception becuase ...
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
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
3answers
153 views
How to shrink the image taken from camera to 320x320 resolution? [duplicate]
Possible Duplicate:
What’s the easiest way to resize/optimize an image size with the iPhone SDK?
I want to change the reolution of image taken from camera to 320x320. Can any one please ...
1
vote
0answers
185 views
How to pick image from Photos Library in iPad using iOS6?
I have tried to implement the code for picking image from photos library in iPad using iOS6 but it is not working. The code i tried is shown below.
UIImagePickerController ...
1
vote
1answer
279 views
Choosing From Library using UIImagePickerControllerSourceTypeSavedPhotosAlbum
I would like to have choosing images or videos as one option when taking photos or videos. When i seem to click the option, the app crashes. I am using ios 6 and it seems that apple has included some ...
1
vote
1answer
254 views
Set Home Screen Image Programmatically in iOS Device [closed]
I am developing an application which allow user to take photo and can set the photo as home screen image?
In case if the device is Jail breaked any solutions?
thanks in advance
0
votes
0answers
56 views
Memory issue when changing sourcetype of UIImagePickerController
I am facing one issue where I have UIImagePickerController object in .h file and I have requirement in which, from camera I can shift to photo library, so object of UIImagePickerController in which ...
1
vote
1answer
83 views
How to perform an action only when capture is done in iphone image-Picker when ever click the capture button
In my iPhone app i have capture image feature and to edit the captured image.
my intension is add a overlay to the image picker to change the dimensions of the crop rectangle visually [i will bother ...
0
votes
1answer
129 views
How to implement move scale photo option for edit photo just like in contacts add photo option
In my iPhone app i have add photo option, in that i added photos from library as well as captured images also..
When i open image picker to add/capture image it just display retake & use photo.
...
0
votes
2answers
1k views
check for authorization status to photo library
Is there a way to check for your app's authorization-level to the device's photo library under the new iOS 6 authorization scheme?
In other words, is there an equivalent for ...
1
vote
1answer
925 views
UIImagePickerController Size iPhone 5
I'm building an app using the UIImagePickerController and a custom Overlay. With the iPhone 5 screen size adding 88 points but the camera view port staying roughly the same size I was wondering how ...
2
votes
2answers
552 views
iOS UIImagePickerController freezes when opened
I'm currently working on an iPad app to run in iOS 6
I've implemented a subclass of UIImagePickerController in my app that forces the camera to be in landscape orientation by overriding the - ...
0
votes
0answers
86 views
UIImagePicker photo won't scale if placeholder image is same size as its UIImageView
I've got a 200x200 UIImageView on a view, and set its placeholder image to a 200x200 image.png via IB, with Aspect Fit mode selected, so that when I populated the image view with another image, it ...
0
votes
0answers
82 views
UIImagePickerController camera not shown iPad2
I have a class inherited from UIViewcontroller. In this class, I create UIImagePickerController class for camera. When my app starts, camera is working. Then I played a movie, this is also works. ...
0
votes
1answer
218 views
How to display imagepickercontroller through popoverview controller?
I have used the following code to get photos from album in iphone but it displays the error "UIImagePickerController must be presented via UIPopoverController"
- ...
