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

Remove use of NSNotificationCenter #17

Closed
acegreen opened this issue Jul 24, 2016 · 2 comments
Closed

Remove use of NSNotificationCenter #17

acegreen opened this issue Jul 24, 2016 · 2 comments

Comments

@acegreen
Copy link

you always have the instances of SKSplashView and SKSplashIcon handy so you can call their functions without the need for NSNotificationCenter. You can also add a callback to any function where you ned to know when its done (ie stopAnimation for SKSplashIcon)

@sachinkesiraju
Copy link
Owner

That's a good point, I'll try to find the time to refactor the library but in the meantime feel free to submit a PR.

@sachinkesiraju
Copy link
Owner

Fixed.

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