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

don't know

i have a question on the second task of this code challenge, can someone help me? i just don't know how to do any of it, and i don't get what the question means

ViewController.swift
class ViewController: UIViewController {

let blueColor = UIColor.blue 


  override func viewDidLoad() {
      super.viewDidLoad()
 var backgroundColor = UIColor.blue 

 }


  override func didReceiveMemoryWarning() {
      super.didReceiveMemoryWarning()
      // Dispose of any resources that can be recreated.
  }
}
Jason Anders
Jason Anders
Treehouse Moderator 145,860 Points

I'm sure there is someone that would be able to assist you; however, you didn't provide any details pertaining to your question. If you further explain where you are stuck, include the code you have tried, and provide any errors you are receiving, we can better help you to troubleshoot and understand the challenge.

:dizzy: