-1
我有鏈接到圖像,我轉向最後}下面的評論。使用Xcode7,我所有的代碼是:xcode7'UIViewController'has no member'viewDidLoad'
import UIKit
class ViewController: UIViewController {
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
override func viewDidLoad() {
super.viewDidload()
}
}
Error: Value of type
UIViewController
has no memberviewDidload
我搜索過,沒有結果的解決方案,請幫幫忙!