MKNetworkKit
MKNetworkKit copied to clipboard
[MKNetworkEngine sharedEngine] gone?
I know i will sound like a clueless newbie, but I think this library needs better documentation. I am fine with just a link to a blog post but the problem is it's too outdated.
The post says just use [[MKNetworkEngine sharedEngine] useCache];
but as far as I know--after digging through the source code--that sharedEngine method doesn't even exist. I still don't know how to use this library without limiting each engine to single url.
I just wanted to use this library to build a read-it-later-offline type of app and obviously can't limit each engine to a single url origin.
This was removed way back in c5dc5a9. Use subclasses maybe?