#import <FlutterView.h>
Definition at line 38 of file FlutterView.h.
◆ initWithCoder:
- (instancetype) initWithCoder: |
|
(NSCoder*) |
NS_UNAVAILABLE |
|
Definition at line 34 of file FlutterView.mm.
35 NSAssert(NO,
@"FlutterView must initWithDelegate");
◆ initWithDelegate:opaque:enableWideGamut:
- (instancetype) initWithDelegate: |
|
(id<FlutterViewEngineDelegate>) |
delegate |
opaque: |
|
(BOOL) |
opaque |
enableWideGamut: |
|
(BOOL) |
NS_DESIGNATED_INITIALIZER |
|
|
| |
Definition at line 59 of file FlutterView.mm.
59 :(id<FlutterViewEngineDelegate>)delegate
61 enableWideGamut:(BOOL)isWideGamutEnabled {
62 if (delegate == nil) {
63 NSLog(
@"FlutterView delegate was nil.");
68 self = [
super initWithFrame:CGRectNull];
73 self.layer.opaque = opaque;
79 self.backgroundColor = UIColor.clearColor;
References _isWideGamutEnabled.
◆ initWithFrame:
- (instancetype) initWithFrame: |
|
(CGRect) |
NS_UNAVAILABLE |
|
Definition at line 29 of file FlutterView.mm.
30 NSAssert(NO,
@"FlutterView must initWithDelegate");
◆ NS_UNAVAILABLE [1/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ NS_UNAVAILABLE [2/2]
+ (instancetype) NS_UNAVAILABLE |
|
|
|
◆ forceSoftwareRendering
- (BOOL) forceSoftwareRendering |
|
readwritenonatomicassign |
The documentation for this class was generated from the following files: