Tagged Questions
0
votes
1answer
24 views
Resizing an image from UIImagePickerController not working
I am following this post on how to resize an image. I placed the + (UIImage*)imageWithImage:(UIImage*)image scaledToSize:(CGSize)newSize; in selectExerciseImageViewController.h and copied the relevant ...
0
votes
2answers
81 views
How to fill the background with image in landscape in IOS?
What I'm doing is creating filling in a view's background with an image returned from a UIImagePickerController. The image fills fine in portrait mode; however, the image will repeat when filled as ...
0
votes
1answer
118 views
UIImagePickerController: Check if returned image is in landscape or portrait? [duplicate]
So, the UIImagePickerController does not support landscape orientation. However, there is a portion of application where it is essential that the image that comes from the controller is recognized to ...
1
vote
1answer
56 views
Why is this array always empty? [closed]
I'm trying to figure out how do I get an image from the user's camera roll and run some Core Image operations on it (detect faces). I'm able to successfully load the image into a uiimageview, but for ...
2
votes
0answers
70 views
Determine if image picker media type is video [closed]
I've seen various methods for checking whether the returned media type in -imagePickerController:didFinishPickingMediaWithInfo: is video. For example, my way:
- ...
0
votes
2answers
74 views
UIImagePickerController crash on presentmodal?
Hello everyone i am having a crash when trying to present camera modally. here is my code :
if (!imagePicker) {
imagePicker = [[UIImagePickerController alloc]init];
}
...
1
vote
1answer
186 views
Loading and saving large images using UIImageJPEGRepresentation crashes my app
My app can take pictures or select them from the camera roll, the, using UIImagePicker I send the picture to a ViewController where the user then can crop the image.
The final result is ...
0
votes
2answers
116 views
Implementing zoom in\out using UIImagePickerController
I have been using UIImagePickerController for my application preview purpose, I have customized and zoom in/out buttons, I didn't used CGAffineTransformScale before, however I have googled and ...
0
votes
2answers
209 views
does not respond to selector image:didFinishSavingWithError:contextInfo:
Thank you for reading, and here is my problem.
I am trying to save a picture (which I have taken using the UIImagePickerController methods) though I have an error. The error is "Does not respond to ...
0
votes
0answers
52 views
To what extent these are possible: Accessing Photo, Audio, Video and other files on iphone to upload from app to server?
I am sorry if I am asking very basic question.
UIImagePickerController is used to access, edit and control files from album and camera (i.e. can capture shots).
I want to upload audio, video files ...
-1
votes
2answers
131 views
extending UIImagePicker controller doesn't help to prevent rotation in io6
My application is set in info.plist to support only portrait mode.
However, the UIImagePickerController, rotates when the user rotates the screen to landscape.
Since in io6 the method ...
0
votes
3answers
147 views
Application is enabled only to Portrait, but UIImagePickerController rotates in iOS6
Please note that the answer below - do not work for iOS6 so I still need an answer!
My application is enabled only for Portrait mode.
However, if I embed a UIImagePickerController inside as a ...
0
votes
1answer
448 views
set UIImagePickerController frame size and location
I am trying to set the frame of the UIImagePickerController to the middle of the screen like this in my OverlayViewController - a place where I created custom buttons:
...
0
votes
1answer
47 views
UINavigation Transition Stuttering
I have a UIImagePickerController which allows the user to take a photo and then I store it in a UIImageView as follows:
- (void)imagePickerController:(UIImagePickerController *)picker ...
0
votes
1answer
97 views
Loading a photo taken from UIImagePickerController camera asynchronously
Initially, I thought I could use UIImagePickerControllerReferenceURL to obtain the ALAsset, then use that to generate an aspectRatioThumbnail and load the ALAsset asynchronously using GCD. However it ...
0
votes
2answers
442 views
UIImagePickerController Camera Not saving Photos in Photo Library
Has anyone ever had this problem before? I'm using the UIImagePickerController Camera to take photos with my application, and I noticed the photos are not being stored in the photo library after being ...
0
votes
2answers
211 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
3answers
120 views
UIImagePickerController pushed on my own UINavigationalController?
I'm trying to take the UIImagePickerController set to UIImagePickerControllerSourceTypeCamera (ie when it allows the user to take a picture) and push it on my own UINavigationalController but it ...
3
votes
0answers
187 views
Set minimum zoom level for UIImagePickerController cropping
I am using a UIImagePickerController to allow the user to upload a photo for use in my application. After selecting a photo to upload, the user is then prompted to crop his/her photo (since I have set ...
0
votes
1answer
121 views
how to record only audio using UIImagePickerController?
I am working on media recording on IOS. I was able to record with both audio and video using UIImagePickerController. For my specification I want to record only audio. Is it possible with ...
0
votes
2answers
128 views
How to pass an uiimage to another view controller?
How to pass the uiimage selected in uiimagepickercontroller in MainViewController to SecondViewController? It did push to the SecondViewController, however the uiimage is empty.
I've searched through ...
0
votes
1answer
127 views
ImagePicker IOS errors i don't understand and don't know how to fix
i want the user to select an image out of the iphone when they press on a button (via action: buttonClicked), and i want that image to view on the imageview i have (imageAddPicture is the name of the ...
0
votes
2answers
118 views
Unable to show uiimagepickercontroller
I can not access UIImagePickerController defined in AppDelegate.I already defined UIImagePickerController object in AppDelegate.h file also used its delegate. This is my code.
AppDelegate.m
- ...
3
votes
1answer
124 views
UIImagePickerController will not initialize camera view sometimes
When I instantiate and present an UIImagePickerController, sometimes it will take up to 5 seconds for the video feed to show up and there will just be a black screen. I do instantiate the ...
3
votes
1answer
352 views
UIImagePickerController disable iPhone 4S face detection (iOS 5.1)
I am currently developing an iPhone app that makes use of a UIImagePickerController with a custom overlay to take photos.
Unfortunately I do not have direct access to an iPhone 4S but several testers ...
-1
votes
1answer
372 views
Hide record button in UIImagePickerController
I have a question on UIImagePickerController. May I use UIImagePickerController as a preview? If I do like that, I have to hide record button, is there any way to do it? or Any other approach to show ...
0
votes
0answers
71 views
Image distorts when loaded from camera roll
Making an image editor app.
My image seems to distort and I have made it so the image is resized so it doesn't conflict with the top and bottom nav bars. Is there anyway which I can make it so the ...
0
votes
2answers
113 views
iphone camera uploading
in xcode 4.3 Im trying to take a picture using the camera from in the app and use that image or one from the picture library to add here------->
(void) ShareButton {
[AddThisSDK ...
0
votes
2answers
90 views
Using UIImagePickerController with web data source
Is it possible to pick images from web using UIImagePickerController or something like that?
0
votes
1answer
973 views
How to subview a camera view?
I am making an app that will let the user see themselves in a 'mirror' (the front facing camera on the device). I know of multiple ways of making a UIImageViewController with a view overlay, but I ...
3
votes
1answer
668 views
UIImagePickerControllerCameraDeviceFront only works every other time
In my app I'm attempting to use the front camera by default in a UIImagePicker. I know, seems simple enough...
imagePicker.cameraDevice = UIImagePickerControllerCameraDeviceFront;
Now, the first ...
2
votes
1answer
540 views
UIImagePickerController won't record a video
I want to record a video with UIImagePickerController. My Problem is that the method [imagePickerController startVideoCapture]; always returns 0. I am testing the application with an ...
5
votes
3answers
1k views
Memory management with image saved from UIImagePickerController
I'm writing an app in which the user takes a photo of them self, and then goes through a series of views to adjust the image using a navigation controller. This works perfectly fine if the user takes ...
0
votes
1answer
190 views
iPhone How to present photos from my documents directory?
I have been using UIImagePicker controller for taking photos and saving it to my documents directory. Now i want to be able to present them to user for picking. UIImagePicker has neat functionallity
...
0
votes
1answer
209 views
UIImageViewController…how to add subview?
I have a UIImageViewController Object that implements the delegate method:
- (void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary *)info
...
0
votes
0answers
597 views
Custom UIImagePickerController Editing Skin
I have a UIImagePickerController that is being skinned by setting the cameraOverlayView. However, I now need to skin the editing bottom bar with a similar view. Can this be easily done. Any help would ...
2
votes
2answers
532 views
UIImagePickerController pushing views up 20px
I have a modal view controller containing:
imagePickerController_ = [[UIImagePickerController alloc] init];
imagePickerController_.delegate = (id)self;
imagePickerController_.sourceType = ...
0
votes
1answer
218 views
iOS: Zoom in to part of screen when using camera
I am using a UIImagePickerController to display video on screen. Is there a way to zoom a section of the live video? E.g. a square section of the video?
If this is possible, how?
0
votes
2answers
1k views
App crashes when using UIImagePickerController to access album
iTunes Connect has a crash report for my app. It says that the app will crash when I use UIImagePickerController to access an album, but I can't reproduce the issue either in the simulator or on a ...
0
votes
1answer
846 views
UIImagePicker Camera Memory Warning stops Image from being set to UIImageView
I have a modal which displays a UIImagePicker and allows the user to take a photo which then gets put into a UIImageView.
Every now and then I get a memory warning 'Received Memory Warning' and the ...
1
vote
1answer
157 views
Tutorial for Image Rows and columns?
how would I go about making a view where there are say 4 rows and 4 columns of pictures and when you click on on it expands to the full screen? I can't store the images in the photos library and ...
0
votes
0answers
136 views
Making UIImagePickerController look like Photos app
I'm trying to use UIImagePickerController, but it doesn't look like the one in Photos app. Can anyone guide me please?
-2
votes
1answer
64 views
How can i display photo from the library?
I'm using UIImagePickerController with source type UIImagePickerControllerSourceTypePhotoLibrary, the idea is i want to display the photo picked to full screen before the delegate will be called like ...
1
vote
1answer
156 views
ios Programming, using UIImagePicker inside UINavigation controller
I want to implement the following type of UI flow in my project
http://imgur.com/77pK3
So, basically the following option, I have to show in popover, and on the basis of user selection, I have to ...
0
votes
1answer
92 views
How can i add a spinner to UIImagePickerController?
I'm calling UIImagePickerController in my app for uploading photo to the WebServer. I want to know how can i add a spinner to UIImagePickerController like below?
6
votes
3answers
6k views
Set dimensions for UIImagePickerController “move and scale” cropbox
How does the "move and scale screen" determine dimensions for its cropbox?
Basically I would like to set a fixed width and height for the "CropRect" and let the user move and scale his image to fit ...
1
vote
1answer
493 views
Cancel button appears disabled when using presentViewController with UIImagePickerController in iOS 5
The Cancel button appears disabled and doesn't work when the image picker controller appears first, but as I move to the next view by selecting an album, the Cancel button becomes enabled and starts ...
0
votes
1answer
939 views
UIImagePickerController - How do I access the front facing camera by default?
I am bringing up the camera with the following code from my ViewController:
- (void)viewDidLoad {
self.imgPicker = [[UIImagePickerController alloc] init];
self.imgPicker.sourceType = ...
0
votes
1answer
463 views
UIImagePickerController Subview Alternative
I am looking to integrate the ability to select images from the built in library into an iOS app.
UIImagePickerController seems like the obvious choice.
However, it only works as a modal view ...
0
votes
1answer
916 views
Remove Cancel Button in UIImagePickerControler--iOS 5.0
I have an App where it displays a UIImagePickerController on launch. The controller displays the cancel button, but there is nothing to cancel to. Is there any way to remove the button?
NOTE: This is ...


