In Xcode 11.2 beta 2 the line
Spacer().navigationBarTitle(“
Bullseye
”)
should be
Spacer().navigationBarTitle(Text(“
Bullseye
”))
In Xcode 11.2 beta 2 the line
Spacer().navigationBarTitle(“
Bullseye
”)
should be
Spacer().navigationBarTitle(Text(“
Bullseye
”))
This topic was automatically closed after 166 days. New replies are no longer allowed.