uiimagepickercontroller Questions
6
Solved
what is wrong with this? I really don't understand some important parts for UIImagePickerController....
here's the source:
UIImagePickerController *imagePickerController = [[UIImagePickerControl...
Quickel asked 11/9, 2010 at 12:57
11
Solved
I am developing the front facing camera app in iPad2 by using the UIImagePickerController.
When I capture the image it's shows as flipped from left to right.
How do I correct this?
if ([UIImageP...
Bawl asked 13/2, 2012 at 4:30
4
According to those SO questions: UIImagePickerController not asking for permission and No permission to pick a photo from the photo library
If you want to select one image on iOS, you don't have to...
Peruzzi asked 23/4, 2021 at 6:30
26
I've got some code that resizes an image so I can get a scaled chunk of the center of the image - I use this to take a UIImage and return a small, square representation of an image, similar to what...
Ludwigshafen asked 1/10, 2008 at 18:4
13
Solved
I have a UITableViewCell button to take an image and place it back in the cell. When I call the UIImagePickerController and take the image, it doesn't call the following delegate:
func imagePickerC...
Kilmarx asked 22/3, 2015 at 0:14
2
I am using the UIImagePickerViewController (UIImagePickerControllerSourceTypeCamera) to take a photo in my app. However when the photo is taken in landscape, a large black bar appears on top of the...
Hyperopia asked 11/2, 2015 at 21:3
4
Solved
I tried to make a SwiftUI class that conforms to UIViewRepresentable and implements makeUIView and updateUIView.
But not able to complete it.Here is code :
Code:
struct ImagePicker : UIViewRepre...
Subcritical asked 19/7, 2019 at 10:17
9
Solved
I use UIImagePickerController to take a photo by camera of iPhone.
I want to show both "take a photo" and "choose a photo".
My code
imagePicker = UIImagePickerController()
imagePicker.delegate =...
Assignee asked 18/1, 2017 at 10:37
4
Solved
How do i prevent users from picking the same image twice in UIImagePickerContoroller to avoid duplication?
I tried doing it with the URLReference but its not working so I'm guessing its not the wa...
Mcginley asked 24/5, 2017 at 9:10
4
I present a UIImagePickerController within my application by presenting it with logic inside of a sheet modifier. In short, the following three types handle displaying and dismissing a instance of ...
Fidelity asked 22/4, 2020 at 21:54
15
Solved
I'm adding a custom overlay to the UIImagePickerController and there is a persistant black bar at the bottom of the view. Here is my code to instantiate the controller.
- (UIImagePickerControll...
Polyphony asked 20/4, 2010 at 10:46
8
In iPhone OS 3.0, Apple added the ability to share multiple pictures at once using the "Share" button and selecting multiple images (where a checkmark is used).
I'd love to have a UIImagePickerCo...
Jimmiejimmy asked 18/8, 2009 at 0:52
9
Solved
I need to open an image picker in my app using SwiftUI, how can I do that?
I thought about using the UIImagePickerController, but I don't know how to do that in SwiftUI.
Recede asked 9/6, 2019 at 15:27
17
Solved
I want to get the file name from UIImagePickerController. I do not want to use ALAssetLibrary because it is deprecated in iOS 9. I have used the following code but it always returns the image name ...
Clie asked 16/11, 2016 at 9:6
3
I want users to be able to use a camera but not have the option of taking a video. As it stands, both photo and video controls show in the bottom left corner of the view when camera is launched by ...
Afghani asked 25/11, 2015 at 0:50
8
Solved
I have a UIImagePicker that works perfect for a type of UIImagePickerControllerSourceTypePhotoLibrary, but when I use UIImagePickerControllerSourceTypeCamera, the editing box cannot move from the c...
Galleass asked 27/9, 2012 at 21:16
3
I am using the UIImagePickerController to let the user select a photo or video. The problem I am facing, is I use my own image editor for photo's so want allowsEditing=NO for photo's, but video mus...
Steiermark asked 4/12, 2013 at 11:1
2
Solved
Before iOS 15, I used UIImagePickerController to capture images and video, and I got mediaType from [UIImagePickerController.InfoKey : Any], then I used kUTTypeImage (in the MobileCoreServices libr...
Leopoldeen asked 26/9, 2021 at 6:33
3
Solved
If I use the image before it is saved it is normal. But if I save it and use it later is is 90 degrees turned. How can I make sure it doesn't save sideways?
func saveEvent(_ center1: CLLocation, t...
Canara asked 7/2, 2017 at 19:32
6
Solved
I'm on Swift 3, iOS 10.3, and Xcode 8.3.3.
When I access the photo library on the simulator the UIImagePicker is presented with no problem and I can pick photos. As soon as I try to access the pho...
Dozen asked 21/8, 2017 at 4:49
1
On an Apple Silicon M1 it is not possible to select the UIImagePicker controller to select an image. In the photo gallery, when you click on the image, the interface does nothing and does not react...
Oby asked 17/3, 2021 at 6:59
14
Solved
I am using
UIImagePickerControllerDelegate,
UINavigationControllerDelegate,
UIPopoverControllerDelegate
these delegates for choosing image from my gallery or my camera. So, how can I get image ...
Raddle asked 14/12, 2015 at 8:49
17
here i m using below code. please help me if anybody know this issue.
and i tried below urls also, but its not working. please help me
iOS7 UIImagePickerController cancel button disappear
UIImageP...
Trask asked 10/2, 2015 at 10:55
4
Solved
I have a native Objective-C application that takes photo using UIImagePickerConteroller. Once UIImagePickerController didFinishPickingMedia delegate function return image, I am storing the image in...
Ascendant asked 29/3, 2017 at 20:16
35
Solved
I am trying to use UIImagePickerController with UIImagePickerControllerSourceTypePhotoLibrary, but it says, "No photos". Where does the simulator get the images from? Where should I copy the images...
Michaeu asked 22/1, 2009 at 12:8
1 Next >
© 2022 - 2024 — McMap. All rights reserved.