Description
I am unable to set LaunchScreen.storyboard on classic applications, Alloy applications work as expected.
Steps to reproduce:
appc new --classic
Create a simple LaunchScreen.Storyboard in xcode
Add the LaunchScreen.Storyboard to Resources/ios/LaunchScreen.storyboard
[Docs](http://docs.appcelerator.com/platform/latest/#!/guide/iOS_Launch_Files-section-46245490_iOSLaunchFiles-OptionB:UseacustomStoryboard)
Actual
The LaunchScreen.storyboard is not added to the build folder
Expected
The LaunchScreen.storyboard should be displayed as it does in alloy
Same here. Removed splash screens, added launchscreen.storyboard according to this [https://wiki.appcelerator.org/display/guides2/iOS+Launch+Files]. Does anyone has a feedback on this?
Can we expect this to be fixed in 5.5.0?
[~perdona] Sadly no. The 5.5.0 is code frozen. Only major stop ship bugs will be fixed. I don't think this will make 6.0.0 since that's code frozen too. I'll escalate it and see if they'll accept it in 6.0.0. Otherwise, you'll have to wait until next year for 6.1.0 to ship.
Unable to reproduce. It works just fine. The docs are wrong. For classic Titanium apps, you put the custom storyboard in
platform/ios
, notResources/ios
. I created TIDOC-2567 to fix the typo.@Chris Barber Nice, it works. But can I ask you a question? Im getting a 'gap' between splash screen/storyboard and the actual first app window. So, titanium shows my app background after launchscreen, before loading my tabgroup. Do you have any idea of what it might be?
Unable to reproduce this issue, tested with the following environment; iPhone 7 (10.2) MacOS 10.11.6 (15G31) Studio 4.8.1.201612050850 Ti SDK 6.0.3 GA Appc NPM 4.2.8 Appc CLI 6.1.0 Ti CLI 5.0.11 Alloy 1.9.5 Arrow 1.10.1 Xcode 8.2 (8C38) Node v4.6.0 Java 1.7.0_80 Please file a new ticket if this problem still persists.