幾個常用的Objective-C開源類庫

幾個常用的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提供自動完成功能,這東西用在登錄上面再好沒有了。 HTAutoCompleteTextField

keepLayout,這玩意兒支持直接從代碼上構建Autolayout

 

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

   常用的一些擴展,包含tabbar的隱藏擴展

28. 瀑布流開源類

https://github.com/aceisScope/WaterflowView

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章