In a given event handler (not the \"shouldAutorotateToInterfaceOrientation\" method) how do I detect the current iPad orientation? I have a text field I have to animate up
In your view controller, get the read-only value of self.interfaceOrientation (the current orientation of the interface).