ios之deprecate

Two-stage rotation animation is deprecate.This application should use the smoother single-stage animation.、

在ios6.0以后很多函数都被deprecate掉了。而这种警告常常是

didAnimateFirstHalfOfRotationToInterfaceOrientation:
willAnimateFirstHalfOfRotationToInterfaceOrientation:duration:
willAnimateSecondHalfOfRotationFromInterfaceOrientation:duration: 
这三个函数重载造成的。只需在项目中重载

willAnimateRotationToInterfaceOrientation:duration即可

posted on 2013-01-22 16:36  dinghing  阅读(765)  评论(0编辑  收藏  举报

导航