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 ?
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 ?