问题描述
我在Mac OSX Lion 10.7.0上使用Xcode 4.2 for IOS 5和Xamarin的MonoTouch。
I am on Mac OSX Lion 10.7.0 with Xcode 4.2 for IOS 5 and Xamarin's MonoTouch.
(允许您使用C#的跨平台移动开发工具和.NET在Ubuntu 11.10上为iOS和Android和VMWare 8.0.0创建应用程序。
("Cross platform mobile development tools that allow you to use C# and .NET to create apps for iOS and Android") and on VMWare 8.0.0 on Ubuntu 11.10.
我正在测试MonoTouch,当我按照这个然后在一步,我必须用xcode Interface Builder做我的xib文件我没有头文件。
而需要这些 AppDelegate.h
和 HelloWorld_iPhoneController.h
。
I am testing MonoTouch and when I follow this tutorial then at one step, I have to do my xib file with xcode Interface Builder I have no header files.Whereas these AppDelegate.h
and HelloWorld_iPhoneController.h
are needed.
我必须写这些吗?还是没有任何问题?
Do I have to write these ? or there is no any problems ?
感谢和抱歉我的英语,我是法国人。
Thanks and sorry for my English, I am French.
推荐答案
如果您按照所有步骤操作,则MonoDevelop应创建 xib 文件。
If you followed all the steps then MonoDevelop should have created the xib file.
您只需双击 xib 文件(在MonoDevelop的解决方案窗格中)即可打开Xcode。
You just have to double-click on the xib file (in MonoDevelop's solution pane) to open Xcode.
然后,您可以从Xcode的Interface Builder继续学习。
You can then continue the tutorial from the Xcode's Interface Builder.
p.s。您可以联系[email protected]并用法语提问。
p.s. you can contact [email protected] and ask your question in french.
这篇关于MonoTouch - 编辑xib时缺少头文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!