Event
public enum Event
Encapsulates changes to the pasteboard and its contents.
-
The contents of the pasteboard have changed.
Declaration
Swift
case changed(UIPasteboard, PasteboardMonitor.Changes)
-
The pasteboard has been removed from the app.
Declaration
Swift
case removed(UIPasteboard)