I have links to images which I turned to comments underneath the last }. Using Xcode7, ALL my code is:
import UIKit
class ViewController: UIViewController {
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
override func viewDidLoad() {
super.viewDidload()
}
}
Error: Value of type
UIViewController
has no memberviewDidload
I've searched for a solution with no result, Please help!