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]