Contents

performWithoutAnimation(_:)

Disables a view transition animation.

Declaration

class func performWithoutAnimation(_ actionsWithoutAnimation: () -> Void)

Parameters

  • actionsWithoutAnimation:

    The view transition code that you want to perform without animation.

See Also

Related Documentation

Animating views