标签: ios uiviewanimation
当我们进入uiview动画时,当应用程序转到后台并进入前景时会出现动画pause and resume的问题,如果使用基于POD的视图,它就不能正常工作
[UIView animateWithDuration:0 delay:0 options:UIViewAnimationOptionCurveLinear animations:^{ }];
是否有更好的动画库来处理动画