Contents

isLayerMuted(_:)

Returns a Boolean value that indicates whether the layer with the given identifier is muted.

Declaration

func isLayerMuted(_ identifier: String) -> Bool

Parameters

  • identifier:

    The identifier of the layer to query.

Return Value

true if the layer is muted; otherwise, false.

See Also

Managing layers