Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialgurveer aulakh
2,800 Pointscant see the updated color after playing
i did all the steps from the video but it did not work, i can't see the updated background color.
1 Answer
Thomas Oliver Bastable
Python Development Techdegree Graduate 29,026 PointsCan you post your code so I can see where the issue is? Thanks!
gurveer aulakh
2,800 Pointsgurveer aulakh
2,800 Pointsimport SwiftUI
struct ContentView: View { var body: some View { Text("Hello, World!") } }
struct ContentView_Previews: PreviewProvider { static var previews: some View { ContentView() } }
//its on ConetentView.swift which seems different than the instructor was using but this is a newer version than hers.