ViewEdgeConvertible
public protocol ViewEdgeConvertible
A type that can convert between fixed and directional view edges.
-
Converts the type to fixed view edges.
Declaration
Swift
func fixedViewEdge( using traitCollection: UITraitCollection? ) -> FixedViewEdgeParameters
traitCollectionThe traits to use to determine layout direction.
-
Converts the type to directional view edges.
Declaration
Swift
func directionalViewEdge( using traitCollection: UITraitCollection? ) -> DirectionalViewEdgeParameters
traitCollectionThe traits to use to determine layout direction.
View on GitHub
Install in Dash
ViewEdgeConvertible Protocol Reference