Possible Duplicate:
iPhone orientation
How to check the orientation of device at any point off time programmatically in iPhone ?
Thank You.
How to check the orientation of device at any point off time programmatically in iPhone ? Thank You. |
||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Here are macros so rather checking separately you can do it like this ...
OR
|
|||
|
|
|
However it is possible to retrieve the deviceOrientation, independent from the current interface orientation:
Read the documentation for more information though, you need to do some more things to make that work. |
|||
|
|
|
Try also:
and
|
|||
|
|
|
Try it.
|
||||
|
|
|
You can also check within the function
|
||||
|
|
|
You should place Then, anywhere in your application you can get the current orientation with:
And test orientation with:
|
|||
|
|