MKNetworkKit icon indicating copy to clipboard operation
MKNetworkKit copied to clipboard

Modern NSURLSession based Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 8+ devices

Results 101 MKNetworkKit issues
Sort by recently updated
recently updated
newest added

Hello Kumar, We're using your library to download a great number of JSON assets, and we've noticed a great deal of memory bloat, particularly as of iOS 8. Here is...

MKNetworkKit Cocoapod fails on Mac OS X due to DLog not defined in MKNetworkKitAdditions. This is overkill but just add to NSAlert+MKNetworkKitAdditions.h ``` #ifdef DEBUG # define DLog(fmt, ...) {NSLog((@"%s...

i need to give my users a button to clean cache ,what should i do when i need to clean image cache generated by UIImageView (MKNetworkKitAdditions)?

From looking at the code, it seems impossible to use the operation synchronously. In most cases, async is clearly the way to go, but I have some situations where an...

Server [http://192.168.11.14:8080/] is not reachable 2014-08-06 16:18:18.170[6869:60b] ********* ``` " \n [title]: \U7eff\U5730\U53d1\U5c55\U5386\U7a0b\n [time]: 2014/9/5\n [url]: 1\n [img_url]: test_shopping_main_recommand_brand_1.png\n", " \n [title]: \U7eff\U5730\U4eba\U6587\U98ce\U666f\n [time]: 2014/9/5\n [url]: 2\n [img_url]: test_shopping_main_recommand_brand_2.png\n", "...

This is a follow up to the issue #95 This issue was basically closed with the comment: "Just use CocoaPods". As far as I know there are some developers out...

Create view requests affect the main thread in the network environment of poor conditions(在网络环境差的条件下请求影响主线程创建视图) Asynchronous do feel very bad

I have been in IT long enough to know most issues come down to me being too stupid (!) but: I want to download a media file from my JEE...

Hi, here I met an issue that when I use http method 'POST', all the methods 'addHeader', 'setUsername' to adding basic authentication information and content type do not work. I...