-
Notifications
You must be signed in to change notification settings - Fork 24
ScreenPresentationStyle
ohitsdaniel edited this page Apr 29, 2021
·
2 revisions
Defines how a screen is presented
public enum ScreenPresentationStyle: Hashable
Hashable
The screen is presented as a push, analogous to UINavigationController.pushViewController(_ vc:)
case push
The screen is presented as a sheet, analogous to UIViewController.present(vc:, animated:, completion:)
case sheet(allowsPush: Bool = true)
If allowsPush:
is set to false, the sheet content is not embedded in a NavigationView
and therefore pushes do not work.
Generated at 2021-04-29T07:59:04+0000 using swift-doc 1.0.0-beta.6.
Types
- AnyPathBuilder
- AnyScreen
- Deeplink
- DeeplinkComponent
- DeeplinkComponent.Argument
- DeeplinkHandler
- DeeplinkParser
- EitherAB
- EitherABC
- EitherABCD
- EitherABCDE
- EitherABCDEF
- EitherABCDEFG
- EitherABCDEFGH
- EitherABCDEFGHI
- EitherABCDEFGHIJ
- IdentifiedScreen
- NavigationNode
- NavigationTreeBuilder
- Navigator
- Navigator.Datasource
- Navigator.DidAppearInvocation
- Navigator.DismissInvocation
- Navigator.GoBackToInvocation
- Navigator.GoToInvocation
- Navigator.GoToPathInvocation
- Navigator.NavigationIdentifier
- Navigator.ReplaceContentInvocation
- Navigator.ReplacePathInvocation
- Navigator.ReplaceScreenInvocation
- NavigatorKey
- OnDismissView
- PathBuilders
- PathBuilders.EmptyBuilder
- PathBuilders.WildcardView
- PathComponentUpdate
- PathUpdate
- Root
- ScreenPresentationStyle
- TreatSheetDismissAsAppearInPresenterKey
- _PathBuilder