0.2.0
-
a new shorthand for getting the name of the symbol using
callAsFunction()
:@SFSymbol enum Symbols: String { case globe } Label("Hello, World!", systemImage: Symbols.globe())
-
enhanced documentation
Full Changelog: 0.1.0...0.2.0
a new shorthand for getting the name of the symbol using callAsFunction()
:
@SFSymbol
enum Symbols: String {
case globe
}
Label("Hello, World!", systemImage: Symbols.globe())
enhanced documentation
Full Changelog: 0.1.0...0.2.0