Distribution
public enum Distribution : Hashable
Keys that specify a distribution of the contained views.
-
The
AccessoryView
should be positioned before theCustomView
.Declaration
Swift
case accessoryFirst
-
The
AccessoryView
should be positioned after theCustomView
.Declaration
Swift
case accessoryLast