一些常用的iOS第三方库和插件

常用插件:
https://github.com/alcatraz/Alcatraz                   // 插件管理
https://github.com/kattrali/cocoapods-xcode-plugin     // xcode中集成cocoapods,无需命令行穿件podfile
https://github.com/ksuther/KSImageNamed-Xcode          // 图片提示
https://github.com/onevcat/VVDocumenter-Xcode          // 注释
https://github.com/Draveness/ATProperty                // 快捷键提示
https://github.com/qfish/XAlign                        // 代码对齐
https://github.com/travisjeffery/ClangFormat-Xcode     // 代码对齐


https://github.com/ViewDeck/ViewDeck                   // 侧滑菜单
https://github.com/mutualmobile/MMDrawerController     // 侧滑菜单
https://github.com/ealeksandrov/EAIntroView            // 引导页
https://github.com/nicklockwood/iCarousel              // 3D相册
https://github.com/rickytan/RTImageAssets              // 自动生成@2x图片插件
https://github.com/citrusbyte/Auto-Importer-for-Xcode  // 自动导入头文件


第三方库:
https://github.com/AFNetworking/AFNetworking           // 网络请求
https://github.com/rs/SDWebImage                       // 图片缓存
https://github.com/jdg/MBProgressHUD                   // Toast
https://github.com/SVProgressHUD/SVProgressHUD         // Toast
https://github.com/SnapKit/Masonry                     // Auto Layout框架
https://github.com/facebook/pop                        // 动画库
https://github.com/12207480/TYAlertController          // Alert弹出对话框
https://github.com/LiorNn/DragDropCollectionView       // CollectionView拖动排序
 

你可能感兴趣的:(一些常用的iOS第三方库和插件)