Images & displaying images

Ok, perhaps this is a stupid question …

But can someone give me an example of:

  1. how to import multiple jpeg or png images into my iOS app,
  2. examples of code display selected images?

Thank you.

I see this question has been asked quite a while ago and didn’t see it answered.
I have the same question. And I was hoping if somebody can help me out.

I would like to select multiple images from the library. Also, I would like to see more meta-data:

  • date the image was taken
  • name the file
  • gps data
  • etc.

I noticed that via the iOSPicturePicker control only one picture can be selected. And only the image as picture object is being passed to the app.
Can something with more control be achieved through declares?

[quote=396490:@Edwin van den Akker]I noticed that via the iOSPicturePicker control only one picture can be selected. And only the image as picture object is being passed to the app.
Can something with more control be achieved through declares?[/quote]

After I ran into a Stackoverflow article, I realized that a custom picture picker is needed. Apple’s picker just can’t do that. Too bad…