Arne
Arne

Reputation: 2674

How to get the document icons for a QLPreviewItem?

Is it possible to get the icon for a QLPreviewItem in iOS? I imagine this similar to what Mail.app shows for attachments. Just a simple icon representing the file type of the object in question.

Upvotes: 1

Views: 257

Answers (1)

catlan
catlan

Reputation: 25246

Check out UIDocumentInteractionController:

@property(nonatomic,readonly) NSArray *icons

Upvotes: 1

Related Questions