I'm subclassing UIView using the standard EAGLView framework. When I detect orientation changes, I just add a rotation to my OpenGL stack. However, when the user adjusts the volume using the physical iPhone buttons, the volume indicator is (naturally) not rotated by the GL stack.
How do I rotate the volume indicator?
views:
16answers:
1
A:
This is all keyed off of the UIApplication.statusBarOrientation
property, which you can set.
Frogblast
2010-06-19 02:38:56
Excellent. Your answer works perfectly.
Curmudgeonlybumbly
2010-06-20 19:18:45