YRTFlutterViewFactory
|
##@interface YRTFlutterViewFactory: NSObject + (int64_t)getPlatformViewAddress:(UIView*)view; @end## |
Summary
Class methods
|
+ (int64_t)getPlatformViewAddress:(UIView*)view; |
|
+ (UIView*)createPlatformView:(CGRect)frame |
|
+ (void)startPlatformView:(UIView*)view |
Class methods
getPlatformViewAddress:
|
+ (int64_t)getPlatformViewAddress:(UIView*)view; |
createLifecycleProvider
|
+ (YRTFlutterLifecycleProvider*)createLifecycleProvider; |
createPlatformView:lifecycleProvider:
|
+ (UIView*)createPlatformView:(CGRect)frame |
startPlatformView:lifecycleProvider:
|
+ (void)startPlatformView:(UIView*)view |