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: 259
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