LoginSignup
5
5

More than 5 years have passed since last update.

UIViewController忘備録

Last updated at Posted at 2014-08-19

Rotation系

以下の3メソッドについて

a) – willRotateToInterfaceOrientation:duration:
b) – willAnimateRotationToInterfaceOrientation:duration:
c) – didRotateFromInterfaceOrientation:

・起動時にはどれも呼ばれない
・デバイスを回転させると a -> b -> 回転アニメーション -> c の順で呼ばれる
 ・aでself.view.frameをとると回転前のframeが、bとcでは回転後のframeがとれる

5
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
5