MKNetworkKit icon indicating copy to clipboard operation
MKNetworkKit copied to clipboard

[MKNetworkEngine sharedEngine] gone?

Open polaski opened this issue 11 years ago • 1 comments

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.

polaski avatar Feb 17 '14 16:02 polaski

This was removed way back in c5dc5a9. Use subclasses maybe?

Bo98 avatar Feb 17 '14 23:02 Bo98