日々精進

新しく学んだことを書き留めていきます

2012-10-12から1日間の記事一覧

transitionFromViewでフリップアニメーションしない

下記コードではアニメーションなしでViewが切り替わった。 [UIView transitionFromView:self.view toView:self.boardOrderViewController.view duration:0.2 options: UIViewAnimationTransitionFlipFromLeft completion:^(BOOL completion){ }]; 調べたとこ…