Coder Social home page Coder Social logo

cs7258 / iosstatusbarane Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sharkhack/iosstatusbarane

0.0 2.0 0.0 359 KB

ios status bar refresh (objective-c) native extension for air mobile application (as3,flex)

License: MIT License

ActionScript 6.19% C 73.59% Objective-C 20.22%

iosstatusbarane's Introduction

IOSStatusBarAne

Statusbar theme was getting changed when CameraRoll or ios native window had opened. Here is the ane file to fix this bug in adobe air 3.9 >

ENJOY! :)

ios status bar refresh native extension with ane file. ios7 status bar bug solution fixed. ios7 cameraroll as there after status bar not refresh bug solution fixed. Adobe Air i0S7 StatusBar Overlays stage, Adobe Air 3.9 bug fixed. New Version ios statusbar hidden apparance.

ane file path: https://github.com/sharkhack/IOSStatusBarAne/blob/master/AS3LIB/IOSApplicationSettings/release/IOSApplicationSettings.ane

how to use and test code path: https://github.com/sharkhack/IOSStatusBarAne/blob/master/FLEX_TEST/textapplication.mxml

FOR IOS -> AIR MOBILE APPLICATION STATUS BAR OVERLAY PADDING - AS3

if(Capabilities.version.indexOf("IOS") == 0) { var osInfo:Array = Capabilities.os.split(" "); var versionNumber:Number = parseFloat(osInfo[2]); isIos = true; if(versionNumber >= 7) { isIos7 = true; /* for ios7 status bar overlay padding bug… */ var t:Number = height>=960 ? 40 : 20; setStyle(“paddingTop”,t); } }

/* STATUS BAR THEME REFRESH */

callLater(refreshStatusBar);

refresh statusbar;

/** Settings.UIStatusBarStyleDefault

Settings.UIStatusBarStyleLightContent

Settings.UIStatusBarStyleBlackOpaque

Settings.UIStatusBarStyleBlackTranslucent

**/

com.azer.IOSApplicationSettings.Settings::RefreshStatusBar(Settings.UIStatusBarStyleLightContent);

// YES or NO

com.azer.IOSApplicationSettings.Settings::StatusbarHidden("YES");

iosstatusbarane's People

Contributors

sharkhack avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.