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
FillOptionsinstance with automatic fulfillemnt.Declaration
Swift
public static func automatic(_ style: ExpansionFulfillmentStyle, timing: HandlerInvocationTiming) -> FillOptionsParameters
styleThe fulfillment style describing how expansion should be resolved once the action has been fulfilled.
timingThe timing which specifies when the action handler will be invoked with respect to the fill animation.
Return Value
The new
FillOptionsinstance. -
Returns a
FillOptionsinstance with manual fulfillemnt.Declaration
Swift
public static func manual(timing: HandlerInvocationTiming) -> FillOptionsParameters
timingThe timing which specifies when the action handler will be invoked with respect to the fill animation.
Return Value
The new
FillOptionsinstance. -
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
View on GitHub
FillOptions Structure Reference