Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Swift 3の更新で、このエラーメッセージが表示されます
メソッド呼び出しに変更があれば教えてください。
ありがとう
次の配列を使用する必要がありますcurveEaseInOut。
curveEaseInOut
UIView.animate(withDuration: duration, delay: 0.0, option: [.curveEaseIn, .curveEaseOut], animations: { [weak self]() -> void in }
はcurveEaseInOutで削除されているSwift 3.0ため、アニメーションを実現するための回避策を次に示します。
Swift 3.0