Open theofficejackpot opened 4 years ago
fyi, this is what I got to work:
@objc func stopConfetti() {
confettiView.stopConfetti()
view.willRemoveSubview(confettiView)
confettiView.removeFromSuperview()
}
Send the confetti view to the back of the view
view.sendSubviewToBack(confettiView)
Hi, most likely just my ignorance. I got confetti to work (yay). But then all my other tap gestures stop working. I'm sure it's something simple?
In my code, I have:
Then these are my two functions: