using iOS 7 status bar in adobe air 4.11
Posted
by
AlexGo
on Stack Overflow
See other posts from Stack Overflow
or by AlexGo
Published on 2013-11-06T21:35:39Z
Indexed on
2013/11/06
21:53 UTC
Read the original article
Hit count: 425
I am developing an ios app using flex SDK 4.11 from Apache and I encountered a problem regarding iOS status bar. The problem is that even when the app is not in full scree the iOS status bar is displaying over my app.
Is there a way to show my app below the status bar without moving the content of my app below the status bar by first determining the status bar height and then set the content below ?
© Stack Overflow or respective owner