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

Is it possible to initialize Splash with background View #19

Closed
ozanonurtek opened this issue Sep 16, 2016 · 1 comment
Closed

Is it possible to initialize Splash with background View #19

ozanonurtek opened this issue Sep 16, 2016 · 1 comment

Comments

@ozanonurtek
Copy link

ozanonurtek commented Sep 16, 2016

Hello,
I have an idea, maybe you thought this one before, actually i dont know is it possible or not but let me explain;
Instead of this

  • (instancetype) initWithSplashIcon:(SKSplashIcon *)icon backgroundImage:(UIImage *) backgroundImage animationType:(SKSplashAnimationType) animationType;
    can we add a feature like this?
  • (instancetype) initWithSplashIcon:(SKSplashIcon *)icon backgroundView:(UIIView *) backView animationType:(SKSplashAnimationType) animationType;
    Have you ever tried to code an init method like this one?
@sachinkesiraju
Copy link
Owner

I believe the effect you're describing can be attained by simply placing a transparent splash view over your background view in which case I don't feel creating a new init method is necessary.

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

No branches or pull requests

2 participants