Answer from @shriram96 helped me.
I changed NavigationView to NavigationStack with following if else block:
if #available(iOS 16.0, *) {
NavigationStack{ [...] }
} else {
NavigationView{ [...] }
}
Thanks a lot bro!
Post
Replies
Boosts
Views
Activity
Thank you, for your answer. I updated the post, I hope you have now all infos you needed. If not, just let me know 🙂