Back to Swipecellkit

FillOptions

docs/Structs/SwipeExpansionStyle/FillOptions.html

2.7.12.3 KB
Original Source

FillOptions

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.

See more

Declaration

Swift

public enum HandlerInvocationTiming

`

                automatic(_:timing:)
                `

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.

`

                manual(timing:)
                `

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.

`

                autoFulFillmentStyle
                `

The fulfillment style describing how expansion should be resolved once the action has been fulfilled.

Declaration

Swift

public let autoFulFillmentStyle: ExpansionFulfillmentStyle?

`

                timing
                `

The timing which specifies when the action handler will be invoked with respect to the fill animation.

Declaration

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.