Type Aliases
The following type aliases are available globally.
-
A typealias representing a closure that calculates the angle for each item in a floating action button.
Declaration
Swift
public typealias JJItemAngle = (_ index: Int, _ numberOfItems: Int, _ actionButton: JJFloatingActionButton) -> CGFloatParameters
indexThe index of the item.
numberOfItemsThe total number of items.
actionButtonThe floating action button.
Return Value
The angle in radians for the specified item.
Install in Dash
Type Aliases Reference