We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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.
The text was updated successfully, but these errors were encountered:
So?
Sorry, something went wrong.
No branches or pull requests
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:
UIDocumentInteractionController.icons
I can submit a pull request if you want, it's very easy to implement.
The text was updated successfully, but these errors were encountered: