Following along with the session, I have a Server which compiles and builds but won't run, has no target.
What should the Run Target be?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Is there anyway to set/define the colour of the navgationTitle?
Have tried 'tint', Text("some title").foregroundColor(.red).
Example
.navigationTitle(Text("Developer Journal").foregroundColor(Color.white))
Can't seem to influence the Text Color, the old way used to be to use UINavigation and bring that into SwiftUI setting the 'appearance' but figured this would be updated in this release.