UIImage

extension UIImage
  • Version safe method of accessing UIImage(systemName: String) below iOS 13.0. Internally references UIImage(systemName: String) initialiser.

    Declaration

    Swift

    public convenience init?(systemImage: String)
  • UIImage representation of the current application icon

    Declaration

    Swift

    public static var appIcon: UIImage? { get }