iOS开发之第三方库的使用

我在iOS开发中用到的很好用的第三方库

1.AFNetworking ———— AFNetworking is a delightful networking library for iOS, macOS, watchOS, and tvOS.
2.Masonry ————Masonry is a light-weight layout framework which wraps AutoLayout with a nicer syntax.
3.MJRefresh ————An easy way to use pull-to-refresh.
4.YYKit ————YYKit is a collection of iOS components.
5.SDWebImage ————This library provides an async image downloader with cache support.
6.MBProgressHUD ————MBProgressHUD is an iOS drop-in class that displays a translucent HUD with an indicator and/or labels while work is being done in a background thread.
7.SocketRocket ————A conforming WebSocket (RFC 6455) client library for iOS, macOS and tvOS.
8.CocoaAsyncSocket ————CocoaAsyncSocket provides easy-to-use and powerful asynchronous socket libraries for Mac and iOS.