MTLayerVisibility

public enum MTLayerVisibility : String

Enum representing the visibility of the layer.

  • Layer is shown.

    Declaration

    Swift

    case visible
  • Layer is not shown.

    Declaration

    Swift

    case none