しめ鯖日記

swift, iPhoneアプリ開発, ruby on rails等のTipsや入門記事書いてます

2017-09-13から1日間の記事一覧

【Swift】present時のアニメーションを変更する

iOS

下のように、UIViewControllerをpresentした時の挙動を変更してみました。 present(UIViewController(), animated: true, completion: nil) present時のアニメーションですが、デフォルトでは下の4つが用意されています。 public enum UIModalTransitionStyl…