我正在使用的模擬器變成白色一秒鐘然後變成黑色,我不知道這是什麼原因。我已經更新了一切,所以這不是問題。xcode 8模擬器變白,然後變黑
這是我的所有代碼:
import UIKit
class ViewController: UIViewController {
override func viewDidLoad() {
super.viewDidLoad();
}
@IBOutlet weak var Button: UIButton!
@IBAction func ButtonClicked(_ sender: UIButton) {
self.view.backgroundColor = UIColor.red
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
}
正如你可以在代碼中看到我在我的應用程序有一個按鈕,當我運行模擬器似乎首先是工作的代碼,但後來變成黑色並保持黑色
我有一個2012年中的MacBook Pro
我已經:
-Restarted我的電腦
-Reset內容和設置
隨附的是,當我運行調試
enter image description here enter image description here
你看到任何調試日誌? – Hariprasad
您需要編輯您的問題以包含這些圖片...我們無法在評論中看到圖片 –
@MSU_Bulldog我該怎麼做?這是我第一次在堆棧溢出,所以我不知道如何在這裏做很多事情。 –