Hello All,
I have a view that uses a UITabbar which I'm rotating into landscape. I also have an opengl view loaded by the UITabBarController which is also rotated but I'd like to do the rotation myself for performance reasons.
I tried putting
[self.layer setTransform:CATransform3DIdentity];
in the EAGLView drawView but that didn't work, so I'm stumped. Any thoughts?
I have a view that uses a UITabbar which I'm rotating into landscape. I also have an opengl view loaded by the UITabBarController which is also rotated but I'd like to do the rotation myself for performance reasons.
I tried putting
[self.layer setTransform:CATransform3DIdentity];
in the EAGLView drawView but that didn't work, so I'm stumped. Any thoughts?