Cocoa Touch: How to have a controller always visible over other views
Posted
by Josh Hudnall
on Stack Overflow
See other posts from Stack Overflow
or by Josh Hudnall
Published on 2010-05-26T01:16:55Z
Indexed on
2010/05/26
1:21 UTC
Read the original article
Hit count: 504
I'm relatively new to Cocoa programming, but I've managed to figure a fair amount out. One thing I haven't been able to figure out yet is how to have an element that is visible over all views. Like a volume control that is always visible just above the tab bar at the bottom of the screen.
How should I go about doing that?
© Stack Overflow or respective owner