each UIViewController has a method called willRotateToInterface.
Is it possible to do this in UIView?
Is this consistent with the idea of ββthe model view manager?
The only way I can think of is to send an event from a UIViewController to a UIView.
Is there a global variable for the current orientation?
objective-c iphone uiviewcontroller uiview
jantimon
source share