Titanium JIRA Archive
Appcelerator Community (AC)

[AC-6544] iOS 13: Do you support StoryBoard compatibility mode?

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionWon't Do
Resolution Date2020-05-13T09:57:49.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsAppcelerator CLI, Titanium SDK & CLI
Labelsn/a
Reporterkoki_shigeyama
AssigneeAbir Mukherjee
Created2020-05-07T04:24:22.000+0000
Updated2020-05-13T09:57:49.000+0000

Description

Apps for iPhone or iPad must be built with the iOS 13 SDK or later and use an Xcode storyboard to provide the app's launch screen. https://developer.apple.com/news/?id=03262020b I looked here and storyboard enabled. https://wiki.appcelerator.org/display/guides2/iOS+Launch+Files Added this setting to tiapp.xml. But Compatibility mode is disabled and ipad pro is displayed at initial resolution.
<enable-launch-screen-storyboard>true</enable-launch-screen-storyboard>
Also I've got a messy layout. Therefore, is there a storyboard compatibility mode?

Comments

  1. Rene Pot 2020-05-07

    If you want to support iPad, you will need to target iPad too. Storyboard makes sure it runs fullscreen on all iPhone devices if you only got iPhone selected as target. If you selected iPad as target it will run fullscreen on all iPads. If your layout is messed up because of the increase in screensize, you will have to adjust your layout to handle dynamic sizes better! I would like to note Jira is not intended as a Q&A. You can report bugs & feature requests here, if you have a question you can ask it on https://tislack.org or at the [AppDev section in community.axway.com](https://community.axway.com/s/topic/0TO2X000000UcvJWAS/app-dev)
  2. Rene Pot 2020-05-11

    [~koki_shigeyama] does this answer your question?

JSON Source