You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Real nice framework! It solved my issue perfectly
But, the deployment target is too high, I think you may downgrade it to iOS 11 - for the most compatibility.
And there is only stopRaining() method without startRaining
The text was updated successfully, but these errors were encountered:
Maybe there's a bug for calling rain(in:) when I have called this method once, cuz the confetti view is loaded and insert another subLayer is not a good choice I think.
So, add a method for start raining again fixed my issue.
Real nice framework! It solved my issue perfectly
But, the deployment target is too high, I think you may downgrade it to iOS 11 - for the most compatibility.
And there is only
stopRaining()
method withoutstartRaining
The text was updated successfully, but these errors were encountered: