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