[
https://issues.apache.org/jira/browse/CB-12098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15626932#comment-15626932
]
ASF subversion and git services commented on CB-12098:
------------------------------------------------------
Commit 69e06b0a854e5a566b38dd021bcdca0e2f65947c in cordova-ios's branch
refs/heads/master from [~sterlingann]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=69e06b0 ]
CB-12098 - Update supportedInterfaceOrientations return type
This closes #271
> Update supportedInterfaceOrientations return type
> -------------------------------------------------
>
> Key: CB-12098
> URL: https://issues.apache.org/jira/browse/CB-12098
> Project: Apache Cordova
> Issue Type: Bug
> Components: iOS
> Affects Versions: 3.5.0
> Reporter: Jesse MacFadyen
> Assignee: sterling gerritz
> Priority: Minor
>
> All of our uses of supportedInterfaceOrientations should return
> UIInterfaceOrientationMask in iOS 9+
> {code}
> #if __IPHONE_OS_VERSION_MAX_ALLOWED < 90000
> - (NSUInteger)supportedInterfaceOrientations
> #else
> - (UIInterfaceOrientationMask)supportedInterfaceOrientations
> #endif
> {code}
> The full list of references is here:
> https://github.com/apache/cordova-ios/search?utf8=%E2%9C%93&q=supportedInterfaceOrientations
> A similar fix was just implemented for [CB-11189]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]