Distribution

public enum Distribution : Hashable

Keys that specify a distribution of the contained views.

  • The AccessoryView should be positioned before the CustomView.

    Declaration

    Swift

    case accessoryFirst
  • The AccessoryView should be positioned after the CustomView.

    Declaration

    Swift

    case accessoryLast