AppKitUtils
enum AppKitUtils
A collection of AppKit functions and View Representable’s
-
SwiftUI
See moreNSViewRepresentable
for a PDF ViewDeclaration
Swift
struct PDFKitRepresentedView: NSViewRepresentable
-
Show a QL preview of an URL
Note
I don’t use the SwiftUI.quickLookPreview($url)
here because that seems to conflict with aNSTextView
in a `NSViewRepresentable. Unsaved documents cannot be previewed on macOS 14 for some unknown reason…Declaration
Swift
public struct QLPreviewRepresentedView: NSViewRepresentable
-
SwiftUI
See moreNSViewRepresentable
for a Sharing Service PickerDeclaration
Swift
struct SharingServiceRepresentedView: NSViewRepresentable
-
Show a
AppKit
Print Dialog for a PDFDeclaration
Swift
static func printDialog(exportURL: URL)
Parameters
exportURL
The URL of the export PDF