calimarkus/JDFlipNumberView

iOS 7 flickering old number while changing to new one

eftalersoy opened this issue · 5 comments

Everything seems ok on emulator.
But in actual machine when number changed there is a slight flickering of old number.

tested on old iPod (iOS 5) it seem working fine
but on iPhone 5 (iOS 7) and iPhone 5s (iOS 7) flickering happens

I was trying some changes and it seems in
(void)runAnimation
I changed the line
animation.fillMode = kCAFillModeForwards;
to
animation.fillMode = kCAFillModeRemoved;
it seems now it is working for both (ios 7 & ios 5 and iphone 5).
I am kinda newbie on animetions so I don't know if it is effecting something. If it is please say :)

http://www.youtube.com/watch?v=onJlM9O9XXY&feature=youtu.be
the error video
sorry for so many posts :)

well, sadly its not as easy as this.. changes to the fill mode alone won't fix the flickering. If I find time, I will search for a solution.

fixed now, new pod is released.