Xcode工具插件 ios
1.XAligngit
让Xcode编辑器中的代码以多种方式瞬间对齐github
地址:https://github.com/qfish/XAlign缓存
2.VVDocumenter-Xcodeapp
在Xcode中使用///来便捷添加全部注释框架
地址:https://github.com/onevcat/VVDocumenter-Xcode异步
程序辅助插件编辑器
1.Colours工具
能够经过[UIColor xxxcolor]或者UIColor *newColor = [UIColor colorFromHexString:@"#f587e4"]方式得到各类颜色ui
地址:https://github.com/bennyguitar/Colours
2.UIImage-Helpers
提供三个UIImage的category,可以让UIImage支持截屏、ios7模糊效果以及根据颜色生成图片的功能
地址:https://github.com/NZN/UIImage-Helpers
3.SDWebImage
管理远程图片加载,可异步缓存
地址:https://github.com/rs/SDWebImage
使用示例:http://blog.csdn.net/wwang196988/article/details/7542885
4.MJRefresh
集成TableView & CollectionView下拉上拉刷新
地址:MJRefresh
5.透明指示层:MBProgressHUD
地址:https://github.com/jdg/MBProgressHUD
7.条形码,二维码扫描插件,包括第三方和ios原生的两套框架
经常使用codeType:metadataObjectTypes =@[AVMetadataObjectTypeQRCode,AVMetadataObjectTypeCode128Code,AVMetadataObjectTypeEAN8Code,AVMetadataObjectTypeUPCECode,AVMetadataObjectTypeCode39Code,AVMetadataObjectTypePDF417Code,AVMetadataObjectTypeAztecCode,AVMetadataObjectTypeCode93Code,AVMetadataObjectTypeEAN13Code,AVMetadataObjectTypeCode39Mod43Code]