tableView like iPhone Voicemail

I am looking to implement an audio player that has the same look and feel as the iphone voicemail player.

I was looking at the tableView for the list of audio files… That is done. Anyone done something similar to accomplish “touch” of the tableView row and the bottom of the screen shows the audio.play controls and leaves the row highlighted so you know that it is the one playing?

Even any idea on how to keep the current row in a different color state would be a start.
guessing on the “press” event I can just change the rowColor and set it as focus.

Matt
[import]uid: 18783 topic_id: 36328 reply_id: 336328[/import]

I never use voicemail so I didn’t know what you meant at first.
For those in the dark this image explains all: iPhone Voicemail player

As for implementing it:

  1. You may need me to create you a method that makes doing the row active thing easy. There are probably quite a few ways of accomplishing this though.

  2. For the controls, you could create a separate view and transition it in, in your tableView row “press” event.

[import]uid: 84637 topic_id: 36328 reply_id: 144329[/import]

I never use voicemail so I didn’t know what you meant at first.
For those in the dark this image explains all: iPhone Voicemail player

As for implementing it:

  1. You may need me to create you a method that makes doing the row active thing easy. There are probably quite a few ways of accomplishing this though.

  2. For the controls, you could create a separate view and transition it in, in your tableView row “press” event.

[import]uid: 84637 topic_id: 36328 reply_id: 144329[/import]

I never use voicemail so I didn’t know what you meant at first.
For those in the dark this image explains all: iPhone Voicemail player

As for implementing it:

  1. You may need me to create you a method that makes doing the row active thing easy. There are probably quite a few ways of accomplishing this though.

  2. For the controls, you could create a separate view and transition it in, in your tableView row “press” event.

[import]uid: 84637 topic_id: 36328 reply_id: 144329[/import]

I never use voicemail so I didn’t know what you meant at first.
For those in the dark this image explains all: iPhone Voicemail player

As for implementing it:

  1. You may need me to create you a method that makes doing the row active thing easy. There are probably quite a few ways of accomplishing this though.

  2. For the controls, you could create a separate view and transition it in, in your tableView row “press” event.

[import]uid: 84637 topic_id: 36328 reply_id: 144329[/import]