RadialSortFunction
public struct RadialSortFunction: PositionSortFunction
A SortFunction that will offset the views in a circular fashion. This means that rather than looking flat like the CorneredSortFunction, there will be a curve going out of the position as if the views were in an expanding circle.
-
A
SortFunctionthat will offset the views in a circular fashion. This means that rather than looking flat like theCorneredSortFunction, there will be a curve going out of the position as if the views were in an expanding circle.Declaration
Swift
public var position: Position -
A
SortFunctionthat will offset the views in a circular fashion. This means that rather than looking flat like theCorneredSortFunction, there will be a curve going out of the position as if the views were in an expanding circle.Declaration
Swift
public var interObjectDelay: TimeInterval -
A
SortFunctionthat will offset the views in a circular fashion. This means that rather than looking flat like theCorneredSortFunction, there will be a curve going out of the position as if the views were in an expanding circle.Declaration
Swift
public var reversed: Bool = false -
Undocumented
Declaration
Swift
public struct RadialSortFunction: PositionSortFunction
View on GitHub
RadialSortFunction Struct Reference