docs/Structs/SwipeExpansionStyle/FillOptions.html
public struct FillOptions
Specifies the options for the fill completion animation.
`
HandlerInvocationTiming
`
Describes when the action handler will be invoked with respect to the fill animation.
Swift
public enum HandlerInvocationTiming
`
automatic(_:timing:)
`
Returns a FillOptions instance with automatic fulfillemnt.
Swift
public static func automatic(_ style: ExpansionFulfillmentStyle, timing: HandlerInvocationTiming) -> FillOptions
| 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.
|
The new FillOptions instance.
`
manual(timing:)
`
Returns a FillOptions instance with manual fulfillemnt.
Swift
public static func manual(timing: HandlerInvocationTiming) -> FillOptions
| timing |
The timing which specifies when the action handler will be invoked with respect to the fill animation.
|
The new FillOptions instance.
`
autoFulFillmentStyle
`
The fulfillment style describing how expansion should be resolved once the action has been fulfilled.
Swift
public let autoFulFillmentStyle: ExpansionFulfillmentStyle?
`
timing
`
The timing which specifies when the action handler will be invoked with respect to the fill animation.
Swift
public let timing: HandlerInvocationTiming
© 2018 Mohammad Kurabi. All rights reserved. (Last updated: 2018-05-26)
Generated by jazzy ♪♫ v0.8.4, a Realm project.