FontAwesomeSwiftUI
Use FontAwesome 5 in your SwiftUI at ease.
- [x] FontAwesome 5 free versions
- [x] Type safe icon enums
- [x] Support 3 styles: regular, brand, solid
- [x] Support iOS, macOS, tvOS, watchOS
Usage
For iOS, to register fonts programmatically instead of declaring in Info.plist
, you can use below register
method.
For macOS, you only need to declare fonts path, copy below to Info.plist
To find which icon name is for which style, consult fontawesome.com website
Installation
FontAwesomeSwiftUI is available through Swift Package Manager.
Add FontAwesomeSwiftUI as a dependency to your Package.swift
FontAwesomeSwiftUI can also be installed manually. Just download and drop Sources
folders in your project.
Author
Khoa Pham, onmyway133@gmail.com