Closed dealforest closed 8 years ago
I fixed #2.
The problem had been caused by called animationDidStop(_:finished:) when switched background. so I resolved to call recreate when it becomes the foreground.
animationDidStop(_:finished:)
recreate
Regards.
Thanks!!!!
I fixed #2.
The problem had been caused by called
animationDidStop(_:finished:)
when switched background. so I resolved to callrecreate
when it becomes the foreground.Regards.