Skip to content

Instantly share code, notes, and snippets.

@colorbox
Created April 4, 2017 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colorbox/a2b7371f554557fce5907c08e6925574 to your computer and use it in GitHub Desktop.
Save colorbox/a2b7371f554557fce5907c08e6925574 to your computer and use it in GitHub Desktop.
mimetype取得
mimetypeを取得
let mimeType:String = UTTypeCopyPreferredTagWithClass(string as! CFString, kUTTagClassMIMEType)!.takeRetainedValue() as String
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment