Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better iOS launch screen logic. #342

Closed
wants to merge 1 commit into from

Conversation

ccorcos
Copy link

@ccorcos ccorcos commented Dec 18, 2018

The previous approach blocked the main thread to extend the amount of time the storyboard was visible.

This new implementation simply creates the the view from your LaunchScreen.storyboard and displays it. This also allows you to call show and hide dynamically (not just shown on startup).

@rmarquois
Copy link

Did you plan to merge this PR soon ? It's very useful when restarting an app for example.

And thanks to @ccorcos !

@ccorcos
Copy link
Author

ccorcos commented Aug 15, 2019

Moved to a new PR #412

@crazycodeboy @nullablebool

@ccorcos ccorcos closed this Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants