-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
NavigationView/NavigationLink #129
Comments
This also could be a part of a bigger URL routing story, but for now just plain compatibility with SwiftUI should be enough to clean things up significantly. |
I did a quick test of a
(the fourth view is never visible) |
Is this with iOS 13 and Xcode 11.5, or iOS 14 and Xcode 12 betas? |
This is iOS 13 on iPhone and iOS 14 beta on iPad sim |
My guess is that |
Having this view ready would clean up the demo page and make it easier to add or fix just one view. It’s probably good to start with the 2-column iPad style and maybe expand later on to an iPhone style on narrower viewports.
The text was updated successfully, but these errors were encountered: