[
https://issues.apache.org/jira/browse/FLEX-33860?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13812445#comment-13812445
]
Maurice Amsellem commented on FLEX-33860:
-----------------------------------------
temporary workaround:
Add the following to your main app.mxml:
{code}
<fx:Style>
@namespace s "library://ns.adobe.com/flex/spark";
s|ActionBar{
paddingTop: 20;
}
</fx:Style>
{code}
Add the following to the app descriptor:
{code}
<iPhone>
<InfoAdditions>
<![CDATA[
....
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleLightContent</string>
....
{code}
> Need Support For iOS7
> ---------------------
>
> Key: FLEX-33860
> URL: https://issues.apache.org/jira/browse/FLEX-33860
> Project: Apache Flex
> Issue Type: Bug
> Components: Mobile: ActionBar
> Affects Versions: Apache Flex 4.11.0
> Environment: iOS 7
> Reporter: Keith Lee
> Priority: Minor
>
> iOS 7 now runs everything in full screen, with the status bar being
> transparent, so mobile Flex applications now need a 20px padding at the top
> in order for action bar text to not be obscured by the status bar text and
> symbols.
--
This message was sent by Atlassian JIRA
(v6.1#6144)