I am making an Ipad app and im not using the views and view controllers (Except to call my own openGl drawing funcitons)
I want the app to be able to change its drawing orientation depending on how the device is held. However with the research that ive done all I can find is how to do it through view controllers and accelerometers.
Is there a way to do it without going through all the overhead of using those, or am I out of luck?
If there is please point me in the right direction.
Thank you in advance.