OpenSource iOS下開源項目彙總(持續更新)

1.ASIHTTPRequest

http封裝類,封裝了ios平臺http操作,很好用
homepage:http://allseeing-i.com/ASIHTTPRequest/
source:https://github.com/pokeb/asi-http-request/tree

2.jsonframework
json編解碼,解碼成directiony
source:http://code.google.com/p/json-framework

3.TouchXML
xml解析
source:https://github.com/schwa/TouchXML

4.SFHFKeychainUtils
安全保存用戶名和密碼到keychain
source:https://github.com/ldandersen/scifihifi-iphone

5.EGORefreshTableHeaderView
下拉刷新的代碼,還有另外一個PullToRefresh(https://github.com/leah/PullToRefresh)
source:https://github.com/enormego/EGOTableViewPullRefresh

6.GTMBase64
base64編解碼
source:http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/Foundation/?r=87

7.AsyncImageView
異步加載圖片(有緩存)還有一個:SDWebimage(http://github.com/rs/SDWebImage)
source:http://www.markj.net/iphone-asynchronous-table-image/

8.MBProgressHub
進度指示,沒有使用私有api
source:http://github.com/jdg/MBProgressHUD

9.RegexKitLite
正則表達式
source:http://regexkit.sourceforge.net/RegexKitLite/

10.GData client
google相關服務的類庫
source:http://code.google.com/p/gdata-objectivec-client/

11.Three20
facebook的庫,大而全
source:http://github.com/facebook/three20

12.uidevice-extension
可以獲取設備的信息,但某些接口使用了私有API,謹慎使用
source:https://github.com/erica/uidevice-extension

13.cocoahelper
一堆擴展方法
source:https://github.com/enormego/cocoa-helpers

14.ca360
core anmiation
source :https://github.com/neror/CA360

15:tableview
橫向和縱向滾動的tableview
source:https://github.com/alekseyn/EasyTableView


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