Skip to content

Instantly share code, notes, and snippets.

@xuzhongzhou
Last active December 17, 2015 12:38
Show Gist options
  • Save xuzhongzhou/5610683 to your computer and use it in GitHub Desktop.
Save xuzhongzhou/5610683 to your computer and use it in GitHub Desktop.
How to use MKNetworkKit
1.Drag the MKNetworkKit directory to your project.
2.Add the CFNetwork.Framework, ImageIO.framework, SystemConfiguration.framework and Security.framework.
3.Include MKNetworkKit.h to your PCH file
4.Delete NSAlert+MKNetworkKitAdditions.h file if you are building for iOS.
5.Delete UIAlertView+MKNetworkKitAdditions.h file if you are building for Mac.
对于不使用ARC的项目,需要给MKNetworkKit的文件加标记“-fobjc-arc”:
See more detail at : http://blog.mugunthkumar.com/products/ios-framework-introducing-mknetworkkit/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment