简体   繁体   中英

How do you display icons for various file types in an iOS application?

I'd like to know if anyone has found a way to display icons for different file types such as MS Word documents, Adobe Flash documents etc. on iPhone using iOS SDK?

It has an equivalent way on MacOS : using the method iconForFileType of the class NSWorkspace .

查看UIDocumentInteractionController

@property(nonatomic,readonly) NSArray *icons

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM