Is there anyway of placing images on the iPad simulator?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can save images from Safari. I don't think there is a different (easier) way. |
|||||||||||||
|
|
I've done this by writing a little throwaway app that contains the images I want, then use the UIImageWriteToSavedPhotosAlbum API call to save them from my bundle. |
|||
|
|
|
if you drag and drop from the OS onto the simulator, it will load the image into safari, where you can then save to your camera roll |
|||
|
|