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 so that they are displayed in the simulator?
| ||||
|
feedback
|
|
Go to ~/Library/Application Support/iPhone Simulator/User/Media/DCIM/100APPLE/ and add IMG_nnnn.THM and IMG_nnnn.JPG. It doesn't matter if they are not JPEGs - they can both be PNGs, but it appears that both of them must be present for it to work. You may need to create DCIM if it doesn't already exist, and in that case you should start nnnn from 0001. The JPG files are the fullsize version, while the THM files are the thumbnail, and are 75x75 pixels in size. I wrote a script to do this, but there's a better documented one over here. You can also add photos from safari in the simulator, by Tapping and Holding on the image. If you drag an image (or any other file, like a PDF) to the simulator, it will immediately open Safari and display the image, so this is quite an easy way of getting images to it. | |||||||||||||
feedback
|
|
Explain step by step of Airsource Ltd's answer for adding image to simulator:
Update: for iOS Simulator 4.2, do these steps twice to get it work. Thanks | |||||||||||||||||
feedback
|
|
3 Simple Steps 1) Drag & Drop image onto simulator | |||||
|
feedback
|
|
If you need to import more than just one or two photos then take a look at this article that I wrote. It describes an easy way to perform a bulk import of photos and works for iOS 4.x. | |||||
feedback
|
|
For iOS 5.1 this is further changed to new path
| ||||
|
feedback
|
|
For iOS 4.2 I had to go and create the 100APPLE folder and restart the simulator, then it worked. | ||||
|
feedback
|