localizedDescription(forType:)
Returns the localized description for the specified Uniform Type Identifier (UTI).
Declaration
func localizedDescription(forType typeName: String) -> String?Parameters
- typeName:
A string containing the UTI.
Return Value
An NSString containing the localized description of typeName. You may display this string to the user.
Discussion
You can safely call this method from any thread of your app.