几个常用的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的好控件