iOS 5 流式 JSON 端点
我有一个项目,我想从 HTTPS 端点获取 JSON 数据。我不确定是否应该将 NSURLConnection、NSStream、CFStream 或 NSJSON 与流一起使用。我不想一遍又一遍地轮询连接。这是一个聊天应用程序,该应用程序连接到通过 JSON 提供聊天数据的服务器。
我计划使用 UITableViewController 和单元格来显示每条消息。
谢谢。
I have a project where I'd like to grab JSON data from a HTTPS endpoint. I'm not sure if I should use NSURLConnection, NSStream, CFStream or NSJSON with stream. I don't want to poll the connection over and over again. This is for a chat application that connects to a server that provides the chat data via JSON.
I planned on using a UITableViewController and cells to display each message as they came in.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
知道的不多但是
NSURL
进而
NSJSON
我可以登录然后获取数据。有一个 YouTube 剪辑对我有帮助
http://www.youtube.com/watch?src_vid=9g6fDtfcd-s&feature=iv&v=Q_xrQsUZdDQ&annotation_id=annotation_731544
don't know much but
NSURL
and then
NSJSON
I can login and then get data. There is a youtube clip that helped me
http://www.youtube.com/watch?src_vid=9g6fDtfcd-s&feature=iv&v=Q_xrQsUZdDQ&annotation_id=annotation_731544