选择记录并启动 NSURLConnection 并在断开连接时停止 NSURLConnection
我真的被 NSURLConnection 困住了,
我有记录列表:在记录上选择按连接按钮,您现在可以看到从 Web 服务接收数据,
我想在按下断开连接按钮时停止此连接,然后
再次返回记录列表视图我想选择其他记录-->连接-->我可以看到数据-->断开连接
提前谢谢
i am really stuck with NSURLConnection
i have list of records : select on record press connection button and you can see the receive data from webservice
now i want to stop this connection when disconnect button pressed and back to record list view
now again i want to select other record -->connection-->i can see data-->disconnect
thank you in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果问题仅在于取消
NSURLConnection
,那么您可以尝试If the problem is only with cancelling
NSURLConnection
, then you can try