便捷编程-Xcode常用第三方插件 (随时更新)

 

Xcode工具插件 

1.XAlign

  让Xcode编辑器中的代码以多种方式瞬间对齐

  地址:https://github.com/qfish/XAlign

 

2.VVDocumenter-Xcode

  在Xcode中使用///来便捷添加所有注释

  地址:https://github.com/onevcat/VVDocumenter-Xcode

 

3.XActivatePowerMode

     装逼神器,支持震动和文字效果

     地址:https://github.com/qfish/XActivatePowerMode

 

程序辅助插件

1.Colours

  可以通过[UIColor xxxcolor]或者UIColor *newColor = [UIColor colorFromHexString:@"#f587e4"]方式获得各种颜色

  地址: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

  

 

6.Json与数据模型的转换

 

7.条形码,二维码扫描插件,包括第三方和ios原生的两套框架

  地址:扫描条码二维码ios7原生和第三方app

  常用codeType:metadataObjectTypes =@[AVMetadataObjectTypeQRCode,AVMetadataObjectTypeCode128Code,AVMetadataObjectTypeEAN8Code,AVMetadataObjectTypeUPCECode,AVMetadataObjectTypeCode39Code,AVMetadataObjectTypePDF417Code,AVMetadataObjectTypeAztecCode,AVMetadataObjectTypeCode93Code,AVMetadataObjectTypeEAN13Code,AVMetadataObjectTypeCode39Mod43Code]

 

8.图形chart

    地址:https://github.com/danielgindi/Charts

 

9.百度坐标、火星坐标、地球坐标转换

  地址:https://github.com/JackZhouCn/JZLocationConverter

posted @ 2014-02-04 21:58  柳云居士  阅读(417)  评论(0编辑  收藏  举报