Pregunta

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.

¿Fue útil?

Solución

Check out UIDocumentInteractionController:

@property(nonatomic,readonly) NSArray *icons
Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top