HandlerInvocationTiming
public enum HandlerInvocationTiming
Describes when the action handler will be invoked with respect to the fill animation.
-
The action handler is invoked with the fill animation.
Declaration
Swift
case with
-
The action handler is invoked after the fill animation completes.
Declaration
Swift
case after