UIViewAnimationOptions メモ
はじめに
基本的なUIViewアニメーションについてのOptionsメモ。
とっても今更なので、[公式ドキュメント]から随時更新していこうかと思ってます。
簡易アニメーション4種
- curveEaseInOut
- curveEaseIn
- curveEaseOut
- curveLinear
UIViewController
//ビューを時間をかけてどうこうしたい時
UIView.animate(withDuration: 3, delay: 0, options: .curveEaseInOut, animations: {
// アニメーション
}, completion: { (success) in
// アニメーション完了
})
活用方法不明・・・
- layoutSubviews
色々試してみたけれど、何がどう変わるのか今の所不明
Author And Source
この問題について(UIViewAnimationOptions メモ), 我々は、より多くの情報をここで見つけました https://qiita.com/atamatarin_/items/0f1fb3421ffae8d8a878著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .