Is there anyway of placing images on the iPad simulator?
+1
A:
You can save images from Safari.
I don't think there is a different (easier) way.
Jongsma
2010-06-22 10:08:35
Maybe you could type in a "file://localhost/..." URL into Safari on the simulator to load a photo from somewhere on your Mac?
progrmr
2010-06-23 04:03:28
Not localhost, but I suppose file://Users/username/... should work
Jongsma
2010-06-23 09:16:10
That's file:///Users/...
Jongsma
2010-06-23 10:52:54
+1
A:
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.
David Coufal
2010-06-22 11:41:32