UiKitViewController class
Controller for an iOS platform view.
View controllers create and interact with the underlying UIView.
Typically created with PlatformViewsService.initUiKitView.
- Inheritance
-
- Object
- DarwinPlatformViewController
- UiKitViewController
Properties
Methods
-
acceptGesture(
) → Future< void> -
Accept an active gesture.
inherited
-
dispose(
) → Future< void> -
Disposes the view.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rejectGesture(
) → Future< void> -
Rejects an active gesture.
inherited
-
setLayoutDirection(
TextDirection layoutDirection) → Future< void> -
Sets the layout direction for the iOS UIView.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited