iPhone中的网络应用
我想构建一个应用程序来连接到网络服务器并与其共享数据。任何人都可以告诉我任何示例应用程序或教程来帮助我走上这条路。谢谢。
I want to build an application to connect to a network server and share the datas with it. Could any one please inform me, any sample applications or tutorials to help me in this path. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可能需要阅读
NSURLConnection
和 Stack Overflow 上的相关问题。 GitHub 上还有很多有趣的源代码。You might want to read the documentation for
NSURLConnection
and related questions here on Stack Overflow. There’s also a lot of interesting source code on GitHub.http://开发人员。 apple.com/library/mac/#documentation/cocoa/reference/Foundation/Classes/NSSocketPort_Class/Reference/Reference.html
阅读它,会对您有所帮助。
http://developer.apple.com/library/mac/#documentation/cocoa/reference/Foundation/Classes/NSSocketPort_Class/Reference/Reference.html
Read it, it will help you.
IU认为你需要研究externalAccessories框架。通过iphone添加外部设备
IU think you need to study about externalAccessories framework . to add external devices through iphone