iPhone第一次查看菜鸟问题
我必须更改我的 iPhone 第一个项目的第一个视图,我尝试在应用程序委托中更改它,但有些东西不起作用。我到底该做什么?谢谢你们
I got to change the first view of my iphone first project, i tried to change it in the app delegate but something is not working. What I got to do exactly? Thank you guys
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,当您运行应用程序时遇到什么错误。更多尝试在应用程序委托中创建 viewcontroller1 的实例并将其添加到窗口,它可以工作。
ok what error you are getting when you run the application.more over try to create the instance of viewcontroller1 in app delegate and add it to window,it works.`