Back to Swipecellkit

Target

docs/Structs/SwipeExpansionStyle/Target.html

2.7.1663 B
Original Source

Target

public enum Target

Describes the relative target expansion threshold. Expansion will occur at the specified value.

`

                percentage
                `

The target is specified by a percentage.

Declaration

Swift

case percentage(CGFloat)

`

                edgeInset
                `

The target is specified by a edge inset.

Declaration

Swift

case edgeInset(CGFloat)

© 2018 Mohammad Kurabi. All rights reserved. (Last updated: 2018-05-26)

Generated by jazzy ♪♫ v0.8.4, a Realm project.