GitHub user jcesarmobile opened a pull request:

    https://github.com/apache/cordova-plugin-statusbar/pull/35

    CB-9250 Fix iOS warnings in Statusbar plugin

    Changed UIDeviceOrientationIsLandscape(orientation) to 
UIInterfaceOrientationIsLandscape([[UIApplication sharedApplication] 
statusBarOrientation], fix the warning and is more reliable.
    
    Changed UIStatusBarStyleBlackTranslucent and UIStatusBarStyleBlackOpaque to 
UIStatusBarStyleLightContent as apple recommends, it does the same thing, but 
it was doing the same before changing. Kept compatibility with iOS 6
    
    Just removed the self.viewController.wantsFullScreenLayout lines, didn't 
seem to do anything 
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jcesarmobile/cordova-plugin-statusbar CB-9250

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-plugin-statusbar/pull/35.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #35
    
----
commit 145fad6764196588360934d8c02263c46b3153b9
Author: Julio César <jcesarmob...@gmail.com>
Date:   2015-09-14T18:43:48Z

    fix ios warnings
    
    fix ios 7 deprecate warnigns

commit 986516cf97b12e4c18de2a75fe119121a182cdfd
Author: Julio César <jcesarmob...@gmail.com>
Date:   2015-09-14T21:04:53Z

    removed silly copy/paste mistakes
    
    removed silly copy/paste mistakes

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org
For additional commands, e-mail: dev-h...@cordova.apache.org

Reply via email to