SplitViewSnapPoint
public struct SplitViewSnapPoint : Equatable
A structure that contains a snap point that is percentage based and a tolerance for when to snap
-
The point at which to snap
Declaration
Swift
public let percentage: CGFloat -
The amount of range to induce a snap effects
Declaration
Swift
public let tolerance: CGFloat -
The global default tolernace
Declaration
Swift
public static var defaultTolerance: CGFloat
View on GitHub
Install in Dash
SplitViewSnapPoint Structure Reference