-
Notifications
You must be signed in to change notification settings - Fork 268
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
Awesome BUT... #3
Comments
Do you call |
I ran into an issue with a manual install as well. I'm getting an error:
|
I figured out how to get around my issue. I had to manually copy the .png image files for confetti, triangle and diamond from the example project into my image folder, then comment out some of the code in the imageForType function and replace it with a way to look up the selected image from the image assets folder:
|
@lpaniccia thanks for adding this, same issue! |
I added the SAConfettiView.swift to my project manually but when i run it the screen freezes on me.. i have it setup in a segmented control so i only want the animation to show up in one of the 3 tabs in my segmented control. any idea?
The text was updated successfully, but these errors were encountered: