Create animations by changing the properties of a view.
Framework
- UIKit
Create animations by changing the properties of a view.
Framework
class UIView Property Animator
A class that animates changes to views and allows the dynamic modification of those animations.
protocol UIView Animating
An interface for implementing custom animator objects.
protocol UITiming Curve Provider
An interface for providing the timing information needed to perform animations.
class UISpring Timing Parameters
The timing information for animations that mimics the behavior of a spring.
class UICubic Timing Parameters
The timing information for animations in the form of a cubic Bézier curve.
protocol UIView Implicitly Animating
An interface for modifying an animation while it is running.
Define custom transitions from one view controller to another.