使用 RhoStudio 构建项目,然后使用 xcode 扩展它
我使用 rhoStudio for iphone 创建了一个简单的应用程序,然后将该项目转换为与 xcode 兼容。
我可以在 Xcode 中看到我的所有项目。 现在我想向项目添加更多功能,并且我希望使用 Xcode 中的目标 C ie 来完成,而不是通过 RhoStudio
我该怎么做。
是不是可以让我们一半的开发使用RhoStudio,一半的开发使用Xcode呢?
I have created a simple application using rhoStudio for iphone and then converted that project to xcode compatible.
I can see all my project in Xcode.
Now I want to add more functionality to the project and I want it to be done using the objective C i.e in Xcode, not form RhoStudio
How can I do it.
Is this possible that we can do half of the development using RhoStudio and half of it using Xcode.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我得到了答案,但以不同的方式,我们可以使用 xcode 进一步扩展 rhomobile 项目,但问题是我们无法更改 rhoStudio 创建的代码。
现在,对于扩展,我在 rhoMobile 网站上找到了这个精彩的教程。
http://docs.rhomobile .com/rhodes/extensions#rewriting-the- generated-native-extension-source-code-for-iphone
I got my answer but in a different way, we can extend the rhomobile project further using xcode, but the thing is we cannot change the code that was created by the rhoStudio.
Now for the extension i found this wonderful tutorial at rhoMobile website.
http://docs.rhomobile.com/rhodes/extensions#rewriting-the-generated-native-extension-source-code-for-iphone