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 ”))
@tlevans Thank you for sharing this - much appreciated! :]
This topic was automatically closed after 166 days. New replies are no longer allowed.