-1
私は最後にコメントになった画像へのリンクを持っています}} Xcode7使用して、すべての私のコードは次のとおりです。私は結果なしでソリューションを検索したxcode7 'UIViewController'にはメンバー 'viewDidLoad'がありません
import UIKit
class ViewController: UIViewController {
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
override func viewDidLoad() {
super.viewDidload()
}
}
Error: Value of type
UIViewController
has no memberviewDidload
、助けてください!