mzeeshanid / MZDownloadManager

This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
BSD 3-Clause "New" or "Revised" License
1.12k stars 238 forks source link

help , Initialize MZDownloadManagerViewController #6

Closed syrakozz closed 8 years ago

syrakozz commented 9 years ago

how can i Initialize MZDownloadManagerViewController im not using tabbar i try UINavigationController *mzDownloadingNav = [self.navigationController.viewControllers objectAtIndex: [self.navigationController.viewControllers count]-1];

mzDownloadingViewObj = [mzDownloadingNav.viewControllers objectAtIndex:0] ;

but it didnt work

mzeeshanid commented 8 years ago

New convenient methods are available for initialisation.