UIImage
extension UIImage
-
Version safe method of accessing
UIImage(systemName: String)
below iOS 13.0. Internally referencesUIImage(systemName: String)
initialiser.Declaration
Swift
public convenience init?(systemImage: String)
-
UIImage
representation of the current application iconDeclaration
Swift
public static var appIcon: UIImage? { get }