Skip to content
/ Symbols Public

A typesafe wrapper around the new system symbols API for UIKit and Swift UI

License

Notifications You must be signed in to change notification settings

lennet/Symbols

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symbols

A typesafe wrapper around the new system symbols for UIKit and Swift UI

Installation

Usage

Add as a dependency via Swift Package Manager or add the Symbols.swift file to your project

Swift UI

import Symbols

Image(symbol: .star) 

UIKit

import Symbols

var star = UIImage(symbol: .star) 

About

A typesafe wrapper around the new system symbols API for UIKit and Swift UI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages