Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
FlutterTextPlaceholder Class Reference

Instance Methods

(NSArray< UITextSelectionRect * > *) - rects [implementation]
 

Detailed Description

Definition at line 728 of file FlutterTextInputPlugin.mm.

Method Documentation

◆ rects

- (NSArray< UITextSelectionRect * > *) rects
implementation

Definition at line 581 of file FlutterTextInputPlugin.mm.

730 {
731 // Returning anything other than an empty array here seems to cause PencilKit to enter an
732 // infinite loop of allocating placeholders until the app crashes
733 return @[];
734}

The documentation for this class was generated from the following file: