Options
public struct Options : OptionSet
Specifies which events to monitor.
-
Monitor
didBeginEditingevents.Declaration
Swift
public static let didBeginEditing: TextViewTextMonitor.Options -
Monitor
didChangeevents.Declaration
Swift
public static let didChange: TextViewTextMonitor.Options -
Monitor
didEndEditingevents.Declaration
Swift
public static let didEndEditing: TextViewTextMonitor.Options -
Monitor all events.
Declaration
Swift
public static let all: TextViewTextMonitor.Options
View on GitHub
Install in Dash
Options Structure Reference