iphone - Connection notification to resume NSOperationQueue -


i need download images internet , right i'm using nsoperationqueue.

i want know if possible receive internet connection notification able pause/resume download.

i don't need freeze download, being able put (the nsoperation) on queue , wait connection start again awesome.

any ideas? :)

after checking reachability, can set nsoperationqueue length 0 if it's not reachable. way can pause it.


Comments