I have this 3 classes.
- MyViewController.m (click to see code)
- MySync.m (click to see code)
- ImageDownload.m (click to see code)
When I download a image, I try to update the UIProgressView in my UIViewController, but the update are delayed, and I see a strange problem (see the blank space in attach image).
When all downloads are complete and execute the method "syncComplete" of "MyViewController", the method "dismissAlertView" is not triggered :S
I hope somebody can help me.
Thanks.