新 Xcode 4 中的 XIB 问题
我对新的 Xcode 有问题(今天我升级了)。当我推送文件 view.xib
时,我看到 XML
代码,而不是图形界面。为什么?我怎样才能看到“界面生成器?
I have a problem with the new Xcode (today I upgraded). When I push on my file view.xib
, I see the XML
code, and not the graphics interface. Why? How can I see the "interface builder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有趣的是,这是第二次有人遇到这个问题。您可以在右侧的实用工具栏上打开
文件检查器
(Opt+Cmd+1)。将身份和类型
下的文件类型
更改为最上面的选择。它应该是默认 - com.apple.InterfaceBuilder3.CocoaTouch.XIB
。Interesting that this is the second time someone has had this problem. You can open the
File Inspector
on the Utilities bar on the right ( Opt+Cmd+1 ). Change theFile Type
underIdentity and Type
to the topmost choice. It should beDefault - com.apple.InterfaceBuilder3.CocoaTouch.XIB
.右键单击 .xib 文件并选择“打开为”。然后选择“Xcode.IDEKit.TouchCodeIntegration.EditorDocument.CocoaTouch-title”
Right Click on the .xib file and select "Open As". Then select "Xcode.IDEKit.TouchCodeIntegration.EditorDocument.CocoaTouch-title"