开发者

Black screen in iphone simulator

开发者 https://www.devze.com 2023-01-23 04:31 出处:网络
ok, like an idiot, in Interface Builder i started messing around with the connections and deleted a few connections (ie. delegates, controllers) and now when i build and run, all i get is a black scre

ok, like an idiot, in Interface Builder i started messing around with the connections and deleted a few connections (ie. delegates, controllers) and now when i build and run, all i get is a black screen. I know you cant see my code but could someone guess at what i would 开发者_开发技巧need to reinstate to get a working app back!

Thanks


First guess would be that the window outlet is not connected. Then I'd check all the other connections that should be there.

Oh, and use a source control management system, i.e. git. :-)

0

精彩评论

暂无评论...
验证码 换一张
取 消