Skip to content

.managedSheet navigation method ignores .presentation modifiers. #93

@theedov

Description

@theedov

Presented View:

ScrollView {
   ContentView()
}
.presentationDetents([.large])
.presentationDragIndicator(.visible)
.interactiveDismissDisabled()

Navigation Method:

navigator.navigate(to: AppRoute.details, method: .managedSheet)

When .managedSheet presentation is used, the presentation modifiers are ignored.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions