Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS native icons #44

Open
ColdGrub1384 opened this issue Jul 30, 2018 · 1 comment
Open

iOS native icons #44

ColdGrub1384 opened this issue Jul 30, 2018 · 1 comment

Comments

@ColdGrub1384
Copy link

ColdGrub1384 commented Jul 30, 2018

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 icon

UIDocumentInteractionController.icons

I can submit a pull request if you want, it's very easy to implement.

@ColdGrub1384
Copy link
Author

So?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant