Is there any way to dismissScreen in specific Screen for iOS 15 #55
Closed
ajinumoto
started this conversation in
Feature Requests
Replies: 3 comments
-
Hi, I need to redirect to root view. Please suggest if you solve this problem. Thank you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@SwiftfulThinking any update on this ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
In version 6.1 you can now dismiss to sheet by id. There are several new dismiss methods, such as dismiss(to: "screen_1") or dismiss(count: 2) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First thanks Nick for creating this library!
In my project i have
FirstScreen -> SecondScreen -> ThirdScreen -> MainScreen
Lets say in the
MainScreen
there are some button with actionHow can achieve this for iOS 15? Thank you
Beta Was this translation helpful? Give feedback.
All reactions