In Xcode 11.2 beta 2 the line
.navigationViewStyle(.stack)
should be
.navigationViewStyle(StackNavigationViewStyle())
In Xcode 11.2 beta 2 the line
.navigationViewStyle(.stack)
should be
.navigationViewStyle(StackNavigationViewStyle())
@tlevans Thank you for sharing this - much appreciated! :]
This topic was automatically closed after 166 days. New replies are no longer allowed.