registeredContentTypes(conformingTo:)
Returns an array of registered content types that conform to a specified content type.
Declaration
func registeredContentTypes(conformingTo contentType: UTType) -> [UTType]Parameters
- contentType:
The specified content type.
Return Value
An array of registered content types.