|
|
|
|
113
|
|
113
|
|
114
|
#### Styles supported only on iOS
|
114
|
#### Styles supported only on iOS
|
115
|
|
115
|
|
116
|
-- **formSheet** - display content centered in the screen.
|
|
|
|
|
116
|
+- **fullScreen** - The view covers the underlying content completely.
|
117
|
- **pageSheet** - partially cover the underlying content.
|
117
|
- **pageSheet** - partially cover the underlying content.
|
|
|
118
|
+- **formSheet** - display content centered in the screen.
|
118
|
- **overFullScreen** - display the modal in full screen mode and do not remove previous content when the show animation ends.
|
119
|
- **overFullScreen** - display the modal in full screen mode and do not remove previous content when the show animation ends.
|
119
|
- **popOver** - Center content on screen and dim the content behind it.
|
120
|
- **popOver** - Center content on screen and dim the content behind it.
|
120
|
|
121
|
|