MZDownloadManager icon indicating copy to clipboard operation
MZDownloadManager copied to clipboard

progress view not updating view controller

Open mostafamaan opened this issue 8 years ago • 7 comments

so im using your demo with the same implementation the only difference is im not using tabbar im using viewControllers with segue the first view has the urls and the second view has the download cell when the download start everything work great but when get back to the url view and go to the download view again the progress bar stop updating and get back to it original state but i can tell that downloadCell.updateCellForRowAtIndexPath(indexPath, downloadModel: downloadModel) still working but not updating the progress

mostafamaan avatar Oct 24 '16 20:10 mostafamaan

Not sure about the problem. Can you share some demo project? I will try to fix that.

mzeeshanid avatar Nov 18 '16 10:11 mzeeshanid

@mostafamaan try to get the same (previous) instance of your downloading view controller. Do not use segue to navigate to downloading view. hope this help.

professionalsna avatar Feb 10 '17 10:02 professionalsna

Hi mzeeshanid, I am having the same issue not using the tab bar view segue the downloading controller from different controller, I have to implement side menu drawer in my app (I need to implement a button which download the video) when i press the button downloading will start when I move back from downloading controller the downloading will stop and how to prevent same video will not download again and again. I have created demo app using your demo app app link can you please tell me where did i mistake.

Thanks

sahuamit13 avatar May 12 '17 06:05 sahuamit13

i think we should use shared instance of the class

ajaysinghthakur avatar May 16 '17 12:05 ajaysinghthakur

hello sir , I want to use only viewcontroller instead of tabbar controller , how to fix progressVIew work in use viewcontroller

Nuwaithu avatar Mar 21 '18 16:03 Nuwaithu

I recently update the library please check with the new version. On Wednesday, March 21, 2018, 9:40:13 PM GMT+5, Nu Wai Thu [email protected] wrote:

hello sir , I want to use only viewcontroller instead of tabbar controller , how to fix progressVIew work in use viewcontroller

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

mzeeshanid avatar Mar 30 '18 07:03 mzeeshanid

hello , I want to use only viewcontroller instead of tabbar controller , but progressBar and status not update?(updateCellForRowAtIndexPath not updated )

shahrammahadvi avatar Apr 10 '20 04:04 shahrammahadvi