lennet / Symbols

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

Repository from Github https://github.comlennet/SymbolsRepository from Github https://github.comlennet/Symbols

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

License:MIT License


Languages

Language:Swift 100.0%