views:

290

answers:

1

I'm trying to find some example code or maybe an api call to display 20 or so images in an iphone bundle and then let the user select one of those images.

G-Man

A: 

Looks like

http://developer.apple.com/iphone/library/samplecode/UICatalog/index.html

should have plenty of examples including the one I need.

GeoffreyF67