如何在 Objective C 中转换 android 方法
我是 iPhone 开发新手。我使用phonegap框架为android手机创建了一段代码。但是我不知道如何使用objective c为iphone手机编写相同的代码。 请任何人有想法然后指导我。如何在 Objective C 中创建相同的代码。
I am new in iphone development. I created one code for android mobile using phonegap framework.But i don't have idea how to write same code for iphone mobile using objective c.
Please anyone have idea then guide me.How to create same code in objective c.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不会为您翻译代码,但是有几个适用于 iOS 的 JSON 框架可能会对您有所帮助,请查看 这个问题。
关于
加密
和解密
- 我们无法提供帮助,因为我们不知道这些类。I'm not going to translate the code for you, but there are several JSON frameworks for iOS that may help you, take a look at this question.
Regarding
Encryption
andDecryption
- we cannot help as we don't know those classes.以下要点可能会帮助您完成样板文件以创建 iOS PhoneGap 插件。但正如 @binyamin 提到的,您可能仍然需要自己编写确切的代码。
https://gist.github.com/1675595
The following gist might help you to get the boilerplate stuff done to create an ios phonegap plugin. But as @binyamin mentioned you may still need to write the exact code yourself.
https://gist.github.com/1675595