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
I want to use the flipView as a scoreboard. So I just need two frames, I tried calling [flip printText:....] method to enter the new score before anytime I call [delegate startAnimation:]. But this gets very slow after a few calls, since I think it adds a new layer everytime. I understand I just need two animationFrames but I can't figure out how to change the text of an animation frame dynamically.. Any ideas ?
The text was updated successfully, but these errors were encountered:
I want to use the flipView as a scoreboard. So I just need two frames, I tried calling [flip printText:....] method to enter the new score before anytime I call [delegate startAnimation:]. But this gets very slow after a few calls, since I think it adds a new layer everytime. I understand I just need two animationFrames but I can't figure out how to change the text of an animation frame dynamically.. Any ideas ?
The text was updated successfully, but these errors were encountered: