tags:

views:

24

answers:

0

-- My app uses UIScrollView -- I have 20 images in the scrollview.
-- Each image is full screen -- I would like to allow the user to click each image (anywhere on the screen) and hear a sound.
-- I have the scrollview attached to the mainwindow.xib

Question: how do I link a sound to each image?

**FYI--my question is not how to assign sounds ( I have done that and understand that piece)...my question is how to link each image to an indivdual sound within the scrollview.