I want to create something like the one on iTunes App, where there is a button inside the table cell and when you press the button it play a sound. I tried searching the web for this tutorial but I can't find one.
A:
This tutorial is AWESOME for doing exactly that. It even lets you use Interface Builder for your table cells!!! (Video Included)
Pablo Santa Cruz
2009-08-07 11:51:28
Thanks for the link :) ... I really appreciate it :)
2009-08-07 12:46:33
No prob. It's a really good tutorial. Totally changed the way I do tables on iPhone...
Pablo Santa Cruz
2009-08-07 13:14:00
sorry... i check out the video .... I was asking for a button that allows you to play sound
2009-08-07 13:28:48
You can use the tutorial to place the button inside de UITableViewCell and then, when the user taps that button, just write some code to play the sound you want.
Pablo Santa Cruz
2009-08-07 13:50:31
oh thanks a lot :)
2009-08-07 17:04:35