I need a small scrollable list view control (for images) to embed on a page

I’m building a menu screen (landscape) where the user can select from a list of images. This is similar to the main screen on the game Aqueduct for the iPad.

  • I need a listview type control to show a number of images that the user can flick through

  • I need it to be about 400 wide by about 100 high so it can be embedded on a menu screen

  • The user should be able to drag left/right to scroll through the images

  • The user should be able to tap to “select” an image

Is there anything out there already?

It will take me quite a while to do this from scratch so just checking before I reinvent someone else’s wheel…
[import]uid: 8353 topic_id: 3235 reply_id: 303235[/import]

Have you checked this
http://developer.anscamobile.com/code/screen-scroll [import]uid: 7911 topic_id: 3235 reply_id: 9575[/import]

yeah but it’s way more complex than I need. May be useful for some inspiration though, cheers. [import]uid: 8353 topic_id: 3235 reply_id: 9578[/import]

I rolled my own in the end:
http://developer.anscamobile.com/code/simple-slide-view [import]uid: 8353 topic_id: 3235 reply_id: 9604[/import]