通过 NSURLConnection 下载时 UIProgressBar 重新启动
在我的应用程序中,我有 2 个视图。第一个视图是包含视频列表的表格视图,第二个视图显示同步按钮以从 url 下载视频。
流程:
FirstView(点击任意行)---> SecondView(导航)
SecondView --->点击同步--->下载从 NSURLConnection 开始,UIProgressBar 开始更新。
当我将 SecondView 弹出到 FirstView 时,下载正在进行中。然后再次如果我单击 FirstView 的同一行 ---> SecondView,仍在下载中,但 UIProgressBar 变为零。
当我推动时我需要弹出视图下载时我的进度条不应受到影响。
任何建议/示例代码。感谢您的帮助。
In my app, I have 2 view. first view is table view which contains list of videos and second view displays sync button to download video from url.
Process:
FirstView (Clicked on Any Row)---> SecondView (Navigation)
SecondView ---> click on sync ---> downloading starts with NSURLConnection and UIProgressBar starts updating.
When I pop SecondView to FirstView, downloading is in progress. Then again If I click on same row of FirstView ---> SecondView, still downloading in progress but UIProgressBar becomes zero.
I need when I push & pop views my progress bar should not be affected while downloading.
Any suggestion/sample code guys. Thanks for help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在应用程序委托中获取进度条
Take progress bar in app delegate