您的位置:首页 > 移动开发 > Objective-C

几个常用的Objective-C开源类库

2013-05-08 10:55 357 查看
几个常用的Objective-C开源类库

1. json-framework A strict JSON parser/generator for Objective-C

2. GTMBase64 Google Toolbox for Mac
3. TouchXML xml解析
4. SFHFKeychainUtils 安全保存用户密码到keychain中
5. MBProgressHUD 很棒的一个加载等待特效框架
6. ASIHTTPRequest http等相关协议封装
7. EGORefreshTableHeaderView 下拉刷新代码

https://github.com/enormego/EGOTableViewPullRefresh

8. 异步加载图片并缓存代码

AsyncImageView ,https://github.com/rs/SDWebImage 异步加载图片并缓存代码 https://github.com/enormego/EGOImageLoading
9. 类似setting的竖立也分栏程序

还有其它的

10.FMDB Sqlite的Object c封装类

11.gh-unit iphone单元测试框架,据说比系统自带和google都好用。AsiHttpRequest 就是采用的这个单元测试工具。

12. statusbar显示提示信息。https://github.com/myell0w/MTStatusBarOverlay

13.UILabel添加各种动作,如添加链接,添加电话号码等 https://github.com/AliSoftware/OHAttributedLabel

转自http://yangping-account.iteye.com/blog/1144554

14.https://github.com/topfunky/hpple html解析 (这个是java的https://github.com/jhy/jsoup/



15 . CoreText 相关

https://github.com/johnezang/NSAttributedString-Additions-for-HTML 使用CoreText 绘制html内容

(中文相关问题) http://tiny4cocoa.com/thread-641-1-1.html
https://github.com/Cocoanetics/DTCoreText

16. Open Source: Javascript Library For Easily Handing Multi-Touch Gestures (Taps, Drags, And Transforms)
http://maniacdev.com/2012/03/open-source-javascript-library-for-easily-handing-multi-touch-gestures-taps-drags-and-transforms/ https://github.com/eightmedia/hammer.js

17 .气泡View https://github.com/chrismiles/CMPopTipView
如果有更好的,期待补充!

18. https://github.com/marcuswestin/WebViewJavascriptBridge webView js交互封装

19. https://github.com/waterlou/UIGlossyButton 无图片的好看的UIButton

20. https://github.com/touchbee/TBHintView 提示UIView的好控件

21. iphone UI 集合

http://code4app.com/category/progress

22。前置摄像头处理demo

http://www.cocoachina.com/bbs/read.php?tid=66400&page=3

23.ELCImagePickerController
https://github.com/elc/ELCImagePickerController
24. https://github.com/nicklockwood/iConsole 微信也用的debug工具

25 https://github.com/glock45/iOS-Hierarchy-Viewer
26. http://www.cnblogs.com/wupher/archive/2013/02/23/2923817.html
里列出了几个好用的开源TimesSquare ABCalendarPicker

HTAutocompleteTextField是一个超酷的开源控件。它为TextField提供自动完成功能,这东西用在登录上面再好没有了。


keepLayout,这玩意儿支持直接从代码上构建Autolayout

27.https://github.com/idevsoftware/Cocoa-Touch-Additions

常用的一些扩展,包含tabbar的隐藏扩展

28. 瀑布流开源类
https://github.com/aceisScope/WaterflowView
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: