FillOptions
public struct FillOptions
Specifies the options for the fill completion animation.
-
Describes when the action handler will be invoked with respect to the fill animation.
See moreDeclaration
Swift
public enum HandlerInvocationTiming
-
Returns a
FillOptions
instance with automatic fulfillemnt.Declaration
Swift
public static func automatic(_ style: ExpansionFulfillmentStyle, timing: HandlerInvocationTiming) -> FillOptions
Parameters
style
The fulfillment style describing how expansion should be resolved once the action has been fulfilled.
timing
The timing which specifies when the action handler will be invoked with respect to the fill animation.
Return Value
The new
FillOptions
instance. -
Returns a
FillOptions
instance with manual fulfillemnt.Declaration
Swift
public static func manual(timing: HandlerInvocationTiming) -> FillOptions
Parameters
timing
The timing which specifies when the action handler will be invoked with respect to the fill animation.
Return Value
The new
FillOptions
instance. -
The fulfillment style describing how expansion should be resolved once the action has been fulfilled.
Declaration
Swift
public let autoFulFillmentStyle: ExpansionFulfillmentStyle?
-
The timing which specifies when the action handler will be invoked with respect to the fill animation.
Declaration
Swift
public let timing: HandlerInvocationTiming