GrowingAxesModifying
public protocol GrowingAxesModifying
Implement this protocol with your View in order to customize its set of GrowingLayoutAxis.
-
Defines the set of
GrowingLayoutAxisdepending on the set ofGrowingLayoutAxisof the subnodes of this view.Declaration
Swift
func modifiedGrowingLayoutAxes(forGrowingAxesOfSubnodes: Set<GrowingLayoutAxis>) -> Set<GrowingLayoutAxis>
View on GitHub
GrowingAxesModifying Protocol Reference