专栏名称: Cocoa开发者社区
CocoaChina苹果开发中文社区官方微信,提供教程资源、app推广营销、招聘、外包及培训信息、各类沙龙交流活动以及更多开发者服务。
目录
相关文章推荐
51好读  ›  专栏  ›  Cocoa开发者社区

欲先攻其事必先利其器 (第三方资源篇)

Cocoa开发者社区  · 公众号  · ios  · 2017-03-31 12:32

正文

请到「今天看啥」查看全文


地址: https://github.com/NYTimes/objective-c-style-guide

13:FBMemoryProfiler:Facebook出品的一个实时监测内存使用的库。相比于Xcode自带的Instruments

地址:

https://github.com/facebook/FBMemoryProfiler

14:app卡顿问题检测--KMCGeigerCounter(实例可以网上搜索)

地址:

https://github.com/kconner/KMCGeigerCounter/

15:生成类的关系图KSHObjcUML

地址:

https://github.com/kimsungwhee/KSHObjcUML

16:realm-cocoa实体映射数据库,有自个的数据库(可以替换SQLITE,速度比较快)

地址: https://github.com/realm/realm-cocoa

17:创建文档API,可以快速让APP先调用,并行开发

地址: https://apiary.io/

18:直接查看虚拟器上的沙盒路径simpholders

地址: http://www.maczapp.com/simpholders

19:FastStub实现了类似的功能,能自动解析出某个类头文件,父类,所有protocol里面还没有被实现的方法(ctrl+cmd+k)

地址: https://github.com/music4kid/FastStub-Xcode

三、第三方插件

1:基于响应式编程思想的oc

地址:

https://github.com/ReactiveCocoa/ReactiveCocoa

2:hud提示框

地址: https://github.com/jdg/MBProgressHUD

3:XML/HTML解析

地址: https://github.com/topfunky/hpple

4:有文字输入时,能根据键盘是否弹出来调整自身显示内容的位置

地址:

https://github.com/michaeltyson/TPKeyboardAvoiding

5:状态栏提示框

地址:

https://github.com/jaydee3/JDStatusBarNotification

6:block工具包。将很多需要用delegate实现的方法整合成了block的形式

地址: https://github.com/zwaldowski/BlocksKit

7:图片加载

地址: https://github.com/rs/SDWebImage

8:正则表达式

地址: https://github.com/wezm/RegexKitLite

9:Masonry代码布局

地址: https://github.com/SnapKit/Masonry

10:弹出窗

地址:

https://github.com/sberrevoets/SDCAlertView

11:Button的样式

地址: https://github.com/mattlawer/BButton

12:验证网络连接状态

地址: https://github.com/tonymillion/Reachability

13:自动计算表格行高

地址:

https://github.com/forkingdog/UITableView-FDTemplateLayoutCell

14:关键帧基础动画框架,如动画效果的启动页

地址: https://github.com/IFTTT/JazzHands

15:iOS快速简单集成国内三大平台分享

地址:

https://github.com/xumeng/XMShareModule

16:五项能力值展示的五边形

地址:

https://github.com/dsxNiubility/SXFiveScoreShow

17:自动识别网址号码邮箱和表情的label

地址: https://github.com/molon/MLEmojiLabel

18:IM对话功能的封装

地址:

https://github.com/ZhipingYang/UUChatTableView







请到「今天看啥」查看全文