用于创建 iPhone 聊天应用程序的框架
我想在 iPhone 中创建聊天应用程序。有没有支持相同的框架?我必须使用第三方工具来创建它吗?如果有,是哪一个?
I want to create chat application in iPhone. Are there any framework(s) which support the same? Do I have to use a third party tool for creating it? If yes, which one?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你可以直接编写它,你可以从 Objective-C 创建。在这篇文章中,几乎所有内容都得到了解释。
但如果您想使用 JavaScript 和 HTML 进行创建,可以使用一个名为 Appcelerator Titanium 的应用程序来开发该应用程序。您可以查看此处查看与 Titanium 的聊天示例。 Titanium 最后将您的代码转换为 Objective-C。
If you can write it directly you can create from Objective-C. In this article nearly everything is explained.
But if you want to create in JavaScript and HTML, there is a application called Appcelerator Titanium that you can use to develop the application. You can look here to see a chat example with Titanium. Titanium converts your code to Objective-C at the end.