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

Common SF Symbols usage #5

Open
sindresorhus opened this issue Oct 18, 2020 · 0 comments
Open

Common SF Symbols usage #5

sindresorhus opened this issue Oct 18, 2020 · 0 comments

Comments

@sindresorhus
Copy link
Owner

SF symbols are great, but the search in the SF Symbols app is not great. For example, I needed an icon to illustrate a button that shows the file picker, but the search functionality was not helpful.

Icons

Present file picker

View#fileImporter in SwiftUI.

I chose the folder symbol as I've seen it used in other places to represent the file picker.

Screen Shot 2020-10-18 at 03 48 01

Button {
	isShowingFileImporter = true
} label: {
	Label("Files", systemImage: "folder")
}

Comment on your own findings that you think might be useful to others.

If I get enough submissions, I'll add them all to the readme.

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