2014-09-19から1日間の記事一覧

AutolayoutでiOSのアニメーションを実装する時のメモ

iOS

iOSでアニメーションの実装をする時の注意点メモ。 AutoLayoutの変更の反映は、UIViewのlayoutIfNeededメソッドを使う。 UIViewに対するアニメーションは、 + (void)animateWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay options:(UIV…