Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor navigation to support new iOS 16/macOS 13 and deprecated iOS 14/macOS 11 APIs #224

Open
AngeloStavrow opened this issue Sep 2, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request ios Anything specific to the iPhone/iPad app mac Anything specific to the Mac app

Comments

@AngeloStavrow
Copy link
Collaborator

AngeloStavrow commented Sep 2, 2022

SwiftUI is deprecating NavigationView in favour of the new NavigationStack API. It's probably a good time to refactor the app's navigation to a) clean up some of the hacks we had to employ to workaround some SwiftUI shortcomings, and b) add switching logic between the old APIs and the new.

Migration guidance is available here.

@AngeloStavrow AngeloStavrow added enhancement New feature or request ios Anything specific to the iPhone/iPad app mac Anything specific to the Mac app labels Sep 2, 2022
@AngeloStavrow AngeloStavrow self-assigned this Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ios Anything specific to the iPhone/iPad app mac Anything specific to the Mac app
Development

No branches or pull requests

1 participant