NilCoalescing / SwiftUI-Code-Examples

In this repository we are collecting our solutions to interesting SwiftUI problems that we encounter when developing our apps.
MIT License
245 stars 40 forks source link

Some questions about the new Navigation APIs #3

Closed LiYanan2004 closed 2 years ago

LiYanan2004 commented 2 years ago

How can I back support iOS 14, iOS 15 while preserve the new functionality introduced this year through the new APIs, I mean, Is these APIs back supported? OR they can only work on iOS 16?

nataliapanferova commented 2 years ago

Unfortunately, the new navigation APIs are only available in iOS 16. On older iOS versions we still need to use the old NavigationView APIs.

LiYanan2004 commented 2 years ago

Okay, thanks for replying. But I do hope these new APIs are backward compatible😁