objective c - interface orientation in iOS6 -
objective c - interface orientation in iOS6 -
i have create changes in existing app. app lastly update in june when ios6.0 not launched. wondering how orientation works on devices running ios6.0?? build contains deprecated methods of oreintation?
- (bool)shouldautorotatetointerfaceorientation:(uiinterfaceorientation)interfaceorientation
this method doesnt called in ios6.0 how app in app store working fine in ios6 devices? additionally if run app xcode using code, doesnt back upwards orientation ios6. client saying app on app store working fine orientation in devices , new build not supporting orientation. know can prepare issue using new methods orientation
-(bool)shouldautorotate
but curious know how older app working fine on ios6 devices using deprecated methods when method not getting called in when run using xcode.
the older applications compiled using ios 5.x sdk, that's why can run fine on ios 6, problem occurs when compile non ios 6 compliant code ios 6.x sdk.
objective-c ios6 uiinterfaceorientation
Comments
Post a Comment