[TIMOB-24731] iOS: Resolve iOS 8 deprecations for willAnimateRotationToInterfaceOrientation
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2017-08-08T21:07:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 6.2.0 |
Components | n/a |
Labels | n/a |
Reporter | Vijay Singh |
Assignee | Vijay Singh |
Created | 2017-05-24T04:26:43.000+0000 |
Updated | 2017-08-08T22:28:32.000+0000 |
Description
In SDK 6.0.0, we updated the default minimum iOS target to 8.0 as a result of the Xcode 8.x version that is now supported. Doing that, our iOS SDK core shows some deprecation-warnings regarding API's that should be replaced in iOS 8 and later.
Replace willAnimateRotationToInterfaceOrientation: (used in many places, migration required)
This is subset of ticket TIMOB-24335.
PR: https://github.com/appcelerator/titanium_mobile/pull/9138 Please check behavior by rotating device. Test Case 1 : Tab Group
Test Case 2 : Scroll View
Test Case 3 : Split window for iPad
Test Case 4: Navigation window
Backported PR (6_2_X) : https://github.com/appcelerator/titanium_mobile/pull/9271 [~hknoechel] Can you please review this.
FR passed. Closing ticket as changes are seen in these builds: SDK 6.2.0.v20170808135421 SDK 7.0.0.v20170808141753