Options
public struct Options : OptionSet
Specifies which events to monitor.
-
Monitor
didBeginEditing
events.Declaration
Swift
public static let didBeginEditing: TextViewTextMonitor.Options
-
Monitor
didChange
events.Declaration
Swift
public static let didChange: TextViewTextMonitor.Options
-
Monitor
didEndEditing
events.Declaration
Swift
public static let didEndEditing: TextViewTextMonitor.Options
-
Monitor all events.
Declaration
Swift
public static let all: TextViewTextMonitor.Options