Skip to content

iOS development - View animations

iOS development - View animations

Animatable properties on views are:

To animate changes, instantiate a new UIViewPropertyAnimator object and change the required view properties within its block. UIViewPropertyAnimator allows for customizing animation duration and timing.