Created
April 4, 2017 14:12
-
-
Save colorbox/a2b7371f554557fce5907c08e6925574 to your computer and use it in GitHub Desktop.
mimetype取得
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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