Target

public enum Target

Describes the relative target expansion threshold. Expansion will occur at the specified value.

  • The target is specified by a percentage.

    Declaration

    Swift

    case percentage(CGFloat)
  • The target is specified by a edge inset.

    Declaration

    Swift

    case edgeInset(CGFloat)