Hi I create app for ios 5 and 6, I need to reposition my button depend on interface orientation. Problem is that:
ios 5: it return UIInterfaceOrientationLandscapeRight while ios 6 it return UIInterfaceOrientationLandscapeLeft.
So I cannot reposition my button correctly
I don't know how to deal with this, or I need to change something in setting. Thank you for your help!