◆ initWithUndoManager:activeTextInputView:
| - (instancetype) initWithUndoManager: |
|
(NSUndoManager*) |
undoManager |
| activeTextInputView: |
|
(UIView<UITextInput>*) |
activeTextInputView |
|
|
| |
Definition at line 20 of file FlutterUndoManagerPluginTest.mm.
32 if (self) {
35 }
36 return self;
37}
UIView< UITextInput > * activeTextInputView
NSUndoManager * undoManager
◆ activeTextInputView
| - (UIView<UITextInput>*) activeTextInputView |
|
readwritenonatomicassign |
◆ redoCount
◆ undoCount
◆ undoManager
| - (NSUndoManager*) undoManager |
|
readwritenonatomicassign |
The documentation for this class was generated from the following file: