iphone 开源项目

来源:互联网 发布:天音软件下载 编辑:程序博客网 时间:2024/05/16 19:37
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