Easy To Use Open Source iOS Concurrent Downloading Library That Uses NSURLConnection

I’ve mentioned some great networking libraries such as AFNetworking and MKNetworkKit that make concurrent file downloading and caching easier.

Here’s another open source library created specifically for the purpose of concurrent multiple file downloading that does not use any networking framework (just NSURLConnection) and file downloading can be done with a single line of code.

This library provides a concurrent multiple data downloader with a blocks based syntax for callbacks.  In addition the library provides download progress indicators, file caching, and download cancellation.

BDMultiDownloader Screen Shot 1BDMultiDownloader Screen Shot 1

The library is BDMultiDownloader by Norsez Orankijanan and can be found on Github here.

A nice lightweight library  for easy concurrent file downloading.

DeliciousTwitterFacebookRedditLinkedInEmail


Leave a Reply

Your email address will not be published. Required fields are marked *