Flutter Engine
The Flutter Engine
|
#import <TextPlatformView.h>
Instance Methods | |
(instancetype) | - initWithFrame:viewIdentifier:arguments:binaryMessenger: |
(UIView *) | - view |
(void) | - platformViewTapped [implementation] |
(void) | - gestureTouchesBegan [implementation] |
(void) | - gestureTouchesEnded [implementation] |
(UIView *) | - view |
Definition at line 12 of file TextPlatformView.h.
|
implementation |
Definition at line 71 of file TextPlatformView.m.
|
implementation |
Definition at line 71 of file TextPlatformView.m.
- (instancetype) initWithFrame: | (CGRect) | frame | |
viewIdentifier: | (int64_t) | viewId | |
arguments: | (id _Nullable) | args | |
binaryMessenger: | (NSObject<FlutterBinaryMessenger>*) | messenger | |
Definition at line 71 of file TextPlatformView.m.
|
implementation |
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.