Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am new to programming and I want to design an iPhone application. I have a lot of pictures and a lot of sounds. Is there an easy way to merge them so when you click the image it plays the sound?

share|improve this question

closed as not a real question by Abizern, Dancreek, Brad Larson, Bart, Mehul Dec 1 '12 at 4:41

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

Maybe you can use "switch" option: case 1 is when the page is loading then show the image, and case 2 is when the image is onclick - then hide the image and play the sound. Good-Luck!!

share|improve this answer

UIButton. IBAction. You need to do some training tutorials to get a bit of a foundation. There are lots out there.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.