Skip to content

Instantly share code, notes, and snippets.

@iosdevie
Created May 26, 2021 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iosdevie/5b867e5e27bec86bd417b28be4a51ed6 to your computer and use it in GitHub Desktop.
Save iosdevie/5b867e5e27bec86bd417b28be4a51ed6 to your computer and use it in GitHub Desktop.
Customising System Icons
let config = UIImage.SymbolConfiguration(textStyle: .largeTitle)
UIImage(systemName: "paperplane", withConfiguration : config)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment