#include <TextPlatformView.h>
Instance Methods | |
| (instancetype) | - initWithFrame:viewIdentifier:arguments:binaryMessenger: |
| (UIView *) | - view |
Definition at line 12 of file TextPlatformView.h.
| - (instancetype) initWithFrame: | (CGRect) | frame | |
| viewIdentifier: | (int64_t) | viewId | |
| arguments: | (id _Nullable) | args | |
| binaryMessenger: | (NSObject<FlutterBinaryMessenger>*) | messenger | |
Definition at line 71 of file TextPlatformView.m.
| - (UIView *) view |
Returns a reference to the UIView that is wrapped by this FlutterPlatformView.
Reimplemented from <FlutterPlatformView>.
Definition at line 71 of file TextPlatformView.m.