Is there a standard way to display the play controls that the iPhone iPod app uses?

Posted by alex on Stack Overflow See other posts from Stack Overflow or by alex
Published on 2010-03-31T16:08:05Z Indexed on 2010/03/31 16:13 UTC
Read the original article Hit count: 282

Filed under:
|
|

I'm working on a music streaming app that needs play controls (skip, pause, play) just like the iPhone iPod app. I built my controls using a UIToolbar and the standard buttons.

My UIToolbar controls look OK, but they're smaller than the ones that the iPod uses.

Does anyone know if the iPod controls are custom graphics? Or maybe custom buttons in a UIToolbar (to get the gradient)?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone