Bullseye - Chapter 8: The Final App

In Xcode 11.2 beta 2 the line

Spacer().navigationBarTitle(“:dart: Bullseye :dart:”)

should be

Spacer().navigationBarTitle(Text(“:dart: Bullseye :dart:”))

1 Like

@tlevans Thank you for sharing this - much appreciated! :]

This topic was automatically closed after 166 days. New replies are no longer allowed.