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 trial

iOS Build a Simple iPhone App with Swift v5 Views and View Controllers Building a UI With Interface Builder

gurveer aulakh
gurveer aulakh
2,800 Points

cant 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

Can you post your code so I can see where the issue is? Thanks!

gurveer aulakh
gurveer aulakh
2,800 Points

import 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.