-
Notifications
You must be signed in to change notification settings - Fork 224
Open
Description
iOS has native icons for files, different than icons on macOS. Why don't use those icons? You can get icons for a file like this:
let controller = UIDocumentInteractionController(url: <#File URL#>)
controller.icons.last // The iconUIDocumentInteractionController.icons
I can submit a pull request if you want, it's very easy to implement.
Metadata
Metadata
Assignees
Labels
No labels