NSImage

public extension NSImage

Init a NSImage with an SF symbol

  • init(systemName:) From Chord_Provider

    Init a NSImage with an SF symbol

    Declaration

    Swift

    convenience init(systemName: String)

    Parameters

    systemName

    The name of the SF symbol

Image Symbol Extensions

  • launchIcon From Chord_Provider

    The “LaunchIcon” asset catalog image.

    Declaration

    Swift

    static var launchIcon: AppKit.NSImage { get }