In iOS 8 I am having problem capturing images from camera till now I am using this code for UIImagePickerController *controller=[...
I am trying to use UIImagePickerController with UIImagePickerControllerSourceTypePhotoLibrary, but it says, “No photos”. Where does the simulator get the images from? Where should ...
-
May 17, 2022
- 0 Comments
I am testing my iPhone application on an iOS 3.1.3 iPhone. I am selecting/capturing an image using a UIImagePickerController: UIImagePickerController *imagePicker = [...