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

Set the background colour as an xcasset color set #896

Merged
merged 2 commits into from
Jun 11, 2020

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    5f79d4a View commit details
    Browse the repository at this point in the history
  2. Fix SplashScreen images not rendering

    Trying to take a snapshot of the view doesn't seem to result in the
    image actually being present in the snapshot, but we can just render the
    view itself from the storyboard file.
    
    However, we do need to make sure that we don't allow the view to grow in
    size, otherwise it will expand to the size of the image instead of
    remaining the size of the screen bounds.
    dpogue committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    9b3e078 View commit details
    Browse the repository at this point in the history