Kevin Hawkins created CB-1833: --------------------------------- Summary: iOS: Splash screen imageView's autoresizingMask is not configured properly Key: CB-1833 URL: https://issues.apache.org/jira/browse/CB-1833 Project: Apache Cordova Issue Type: Bug Components: iOS Affects Versions: Master Reporter: Kevin Hawkins Assignee: Shazron Abdullah
In [CDVViewController showSplashScreen], the imageView property's autoresizingMask is comprised of UIViewAutoresizing values that are bitwise-ANDed together. These should be bitwise-ORed together. The net effect is that the view inadvertently does not support autoresizing: its resultant value will always be 0 (UIViewAutoresizingNone). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira