You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/01/21 16:10:54 UTC

[GitHub] [cordova-ios] mobidev111 opened a new issue #770: Use storyboards & default split screens support - required from April 2020

mobidev111 opened a new issue #770: Use storyboards & default split screens support - required from April 2020
URL: https://github.com/apache/cordova-ios/issues/770
 
 
   # Feature Request
   
   ## Motivation Behind Feature
   <!-- Why should this feature be implemented? What problem does it solve? -->
   
   Apple requires adaptive user interface features from April 2020:
   
   "starting April 2020, apps submitted to the App Store must use an Xcode storyboard to provide the app’s launch screen and must have an interface that supports any display size"
   
   https://developer.apple.com/news/?id=01132020b
   
   ## Feature Description
   
   * add default storyboard
   
   * add default config for splitscreen
   
   * remove legacy icon & legacy launch image logic, see
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] brodybits commented on issue #770: Use storyboards & default split screens support - required from April 2020

Posted by GitBox <gi...@apache.org>.
brodybits commented on issue #770: Use storyboards & default split screens support - required from April 2020
URL: https://github.com/apache/cordova-ios/issues/770#issuecomment-587729259
 
 
   FYI work seems to be in progress in PR #790. I just added PR #790 to the 6.0.0 milestone. Please feel free to follow up with us here, PR #790, Slack, or on the mailing list (follow links in the footer of cordova.io or cordova.apache.org for the contact info).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] spinninghamster commented on issue #770: Use storyboards & default split screens support - required from April 2020

Posted by GitBox <gi...@apache.org>.
spinninghamster commented on issue #770: Use storyboards & default split screens support - required from April 2020
URL: https://github.com/apache/cordova-ios/issues/770#issuecomment-580067447
 
 
   Maybe this helps:
   https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-splashscreen/
   
   I use a single image like this:
   
   `<splash src="resources/ios/screens/Default@2x~universal~anyany.png" />`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] timbru31 commented on issue #770: Use storyboards & default split screens support - required from April 2020

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #770: Use storyboards & default split screens support - required from April 2020
URL: https://github.com/apache/cordova-ios/issues/770#issuecomment-613625589
 
 
   Deadline has been extended by Apple (see https://developer.apple.com/news/?id=03262020b) to June 30, 2020.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] breautek commented on issue #770: Use storyboards & default split screens support - required from April 2020

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #770: Use storyboards & default split screens support - required from April 2020
URL: https://github.com/apache/cordova-ios/issues/770#issuecomment-580250715
 
 
   Storyboards is already supported in the latest version of the splashscreen plugin. It's up to you as an app developer to switch over to storyboards in your app(s). In my apps, I do exactly what @spinninghamster does.
   
   But I do agree that the default should be switch to storyboards, so for that reason I'll leave this ticket open.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[GitHub] [cordova-ios] HansKrywaa commented on issue #770: Use storyboards & default split screens support - required from April 2020

Posted by GitBox <gi...@apache.org>.
HansKrywaa commented on issue #770: Use storyboards & default split screens support - required from April 2020
URL: https://github.com/apache/cordova-ios/issues/770#issuecomment-584366411
 
 
   Would be nice, if the LaunchImages are not created, if not mentioned in config.xml ([See here](https://github.com/apache/cordova-plugin-splashscreen/issues/216)).
   
   Also setting the Background Color for the Storyboards View would be nice, to allow the Launch Screen appears with a black Screen in Dark Mode.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org