#import <FlutterSemanticsScrollView.h>
Instance Methods | |
(instancetype) | - NS_UNAVAILABLE |
(instancetype) | - initWithFrame: |
(instancetype) | - initWithCoder: |
(instancetype) | - initWithSemanticsObject: |
Properties | |
SemanticsObject * | semanticsObject |
A UIScrollView to represent Flutter scrollable in iOS accessibility services.
This class is hidden from the user and can't be interacted with. It sends all of selector calls from accessibility services to the owner SemanticsObject.
Definition at line 21 of file FlutterSemanticsScrollView.h.
- (instancetype) initWithCoder: | (NSCoder *) | NS_UNAVAILABLE |
- (instancetype) initWithFrame: | (CGRect) | NS_UNAVAILABLE |
- (instancetype) initWithSemanticsObject: | (SemanticsObject*) | semanticsObject |
- (instancetype) NS_UNAVAILABLE |
|
readwritenonatomicweak |
Definition at line 23 of file FlutterSemanticsScrollView.h.
Referenced by initWithSemanticsObject:.