Top "Uti" questions

A 'Uniform Type Identifier' (UTI) is a string value used to identify abstract and specific types of item.

Get GMT Time in Milliseconds using JAVA

Possible Duplicate: Get GMT Time in Java I have taken the reference of the below 2 link : link1 link2 But I …

java uti
Why is my iOS app not showing up in other apps' "Open in" dialog?

I am trying to implement the registering process that allows my iOS app to show up in the "Open in" …

ios file-handling uti launch-services
Document Types vs. Exported and Imported UTIs

Can anyone explain to me the difference between Document Types, Exported UTIs and Imported UTIs in Xcode 5.1? I want to …

xcode document file-type uti
MFMessageComposeViewController iOS7 addAttachmentData:typeIdentifier:filename: not working

I want to attach an image to a MMS, on iOS7. I wrote following code: MFMessageComposeViewController *messageController = [[MFMessageComposeViewController alloc] init]; …

ios ios7 mms uti mfmessagecomposeview
What are "Imported UTIs" in Xcode 4?

In Xcode 4 there are lists for "document types", "imported UTIs" and "exported UTIs" in project info. I know what document …

xcode uti
Xcode 4 Document Types and Exported UTIs

I have an other problem with Xcode 4. I really like the new IDE but there are a few things I …

iphone xcode xcode4 uti
How to send and receive custom data with AirDrop

I've been struggling with this for ages now as I can't find any detailed examples. In my app I have …

ios swift uti airdrop
Getting an Uniform Type Identifier for a given extension

I'm trying to find some way in Cocoa to translate from file extensions to Uniform Type Identifiers. That is, I …

objective-c cocoa macos uti
Determine if image picker media type is video

I've seen various methods for checking whether the returned media type in -imagePickerController:didFinishPickingMediaWithInfo: is video. For example, my way: …

ios cocoa-touch uiimagepickercontroller uti