Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launch styles in SwiftUI #87

Closed
Richard-Gist opened this issue Jul 28, 2021 · 2 comments
Closed

Launch styles in SwiftUI #87

Richard-Gist opened this issue Jul 28, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@Richard-Gist
Copy link
Collaborator

I want SwiftUI to have launch styles like UIKit so I can put my stuff in a navigation view.

I'd like something like:

WorkflowLauncher(isLaunched: .constant(true))
   .launchStyle(.navigationStack)
   .thenProceed(with: WorkflowItem(FR1.self).launchStyle(.modal()))

Describe alternatives you've considered

For Modals, I can embed them myself in sheets and share the binding with the WorkflowLauncher or set it on the view.
For navigation stacks, I'm not sure what I can do.

@Richard-Gist Richard-Gist added the enhancement New feature or request label Jul 28, 2021
@Richard-Gist Richard-Gist added this to the SwiftUI Support milestone Jul 28, 2021
@Richard-Gist
Copy link
Collaborator Author

I'm creating this issue so the milestone is not falsely reporting that we are complete with SwiftUI support.

@Richard-Gist
Copy link
Collaborator Author

Closed as it was split into 2 different issues: #100 #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant