Best approach to support TCA navigation for iOS 15 app #3280
Unanswered
Ojas-Chimane
asked this question in
Q&A
Replies: 2 comments 1 reply
-
I actually have the same issue,
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I have an idea of how it should work.
Additionally, in the view, apply the code specified here:
Lastly, don't forget to add these extensions:
I have tested this setup and it appears to be working; however, I will await confirmation from @mbrandonw or @stephencelis before finalizing. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have previously worked on an app with Stack based navigation for iOS 16. But the new app that I am working on requires the OS to be at a minimum of iOS 15.
I tried using the following code mentioned here - https://pointfreeco.github.io/swift-composable-architecture/main/documentation/composablearchitecture/treebasednavigation/
The issue I am facing is to find a good example of how I can make this work. If anyone is still supporting iOS 15 within their current TCA apps how are you formatting the navigation workflow.
I want to migrate the following workflow to support iOS 15 with TCA. Any suggestions are welcome. @stephencelis @mbrandonw
Beta Was this translation helpful? Give feedback.
All reactions