Post

Replies

Boosts

Views

Activity

Reply to iOS 16 Crash that happens when changing navigation state
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!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’22