Contents

firstValue(matchingCategory:)

Finds the first tag matching the specified category and returns the value of the matching tag.

Declaration

func firstValue<T>(matchingCategory category: CMTypedTag<T>.Category) -> T? where T : Sendable

Discussion

  • category: The category to match.