Single-Stage vs Two-Stage Animation for iPhone Apps?

后端 未结 11 1719
你的背包
你的背包 2020-12-08 16:46

What are single-state and two-stage animation for rotating an iPhone window?

This is the \"error\" message I get in the Debugger Console (nothing crashes):



        
11条回答
  •  攒了一身酷
    2020-12-08 16:58

    I changed from willAnimateFirstHalfOfRotationToInterfaceOrientation:duration: method to willAnimateRotationToInterfaceOrientation:duration: method and warning gone.

    Thanks.

提交回复
热议问题