We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5a7e38 + 3563690 commit 23e24d1Copy full SHA for 23e24d1
Sources/SFSymbol/UIImage+SFSymbol.swift
@@ -8,6 +8,7 @@
8
#if canImport(UIKit)
9
import UIKit
10
11
+@available(iOS 13.0, *)
12
public extension UIImage {
13
convenience init?(symbol: SFSymbol) {
14
self.init(systemName: symbol.rawValue)
0 commit comments