July 2011
1 post
2 ways to rotate
I spent too long writing a few lines of code that I no longer need. I feel that I need to do something with them so here they are.
Below are 2 methods for rotating a view while keep the rest of the UI from rotating (or at least appearing rotated). Since iOS 4, UINavigationController and friends are more easygoing about handling this automatically. Both of these methods really only apply to the...