persistent view controller

Posted by derrichh on Stack Overflow See other posts from Stack Overflow or by derrichh
Published on 2010-04-07T03:26:56Z Indexed on 2010/04/07 3:33 UTC
Read the original article Hit count: 244

Filed under:
|
|

Im building an iphone radio application and I want to have the controls, play, pause, stop, etc. in a tool bar (a custom view controller) at the bottom of the application. I want to keep this there throughout all the views so you can control the audio while navigating through the other parts of the application (multiple view/table controllers).

Is there a way to create a view that stays in place like a tab bar?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c