首页 > 代码库 > IOS开发-你不可缺少的资源汇总-知识分享(2)-转

IOS开发-你不可缺少的资源汇总-知识分享(2)-转

手势表格:https://github.com/mystcolor/JTGestureBasedTableViewDemo
线图:http://www.cocoachina.com/bbs/read.php?tid-34137.html
饼图:http://www.cocoachina.com/bbs/read.php?tid-33615.html
柱状图:http://www.cocoachina.com/bbs/read.php?tid-9462-toread-1.html
图表框架(饼图、柱状图等):http://code.google.com/p/core-plot/
日期控件:http://code.google.com/p/iphonecal/
扫描wifi信息:http://code.google.com/p/uwecaugmentedrealityproject/
http://code.google.com/p/iphone-wireless/
条形码扫描:http://zbar.sourceforge.net/iphone/sdkdoc/install.html
tcp/ip的通讯协议:http://code.google.com/p/cocoaasyncsocket/
voip/sip:http://code.google.com/p/siphon/
http://code.google.com/p/asterisk-voicemail-for-iphone/
http://code.google.com/p/voiphone/
three20https://github.com/facebook/three20
google gdatahttp://code.google.com/p/gdata-objectivec-client/
720全景显示panoramaglhttp://code.google.com/p/panoramagl/
jabber clienthttp://code.google.com/p/ichabber/
PLBlockshttp://code.google.com/p/plblocks/
image processinghttp://code.google.com/p/simple-iphone-image-processing/
json编码解码:http://code.google.com/p/json-framework
base64编码解码:http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/Foundation/?r=87
xml解析:https://github.com/schwa/TouchXML
安全保存用户密码到keychain中:https://github.com/ldandersen/scifihifi-iphone
加载等待特效框架(private api):https://github.com/jdg/MBProgressHUD
http等相关协议封装:http://allseeing-i.com/ASIHTTPRequest
下拉刷新代码:https://github.com/enormego/EGOTableViewPullRefresh
异步加载图片并缓存代码:http://www.markj.net/iphone-asynchronous-table-image/
iphone TTS:https://bitbucket.org/sfoster/iphone-tts
iphone cook book 源码:https://github.com/erica/iphone-3.0-cookbook-
iphone正则表达式:http://regexkit.sourceforge.net/RegexKitLite/
OAuth认证:http://code.google.com/p/oauth/
http://code.google.com/p/oauthconsumer/
图像处理 ,包含图像滤镜,大小改变,旋转等封装https://github.com/Nyx0uf/NYXImagesUtilities

IOS开发-你不可缺少的资源汇总-知识分享(2)-转