iOS开发常用的资源和资料
常用的三方资源地址:
ASIHTTPRequest (基于http的应用所封装的同步请求,异步请求,队列请求,文件下载,cookie,cache等): http://allseeing-i.com/ASIHTTPRequest/
MBProgressHUD (显示等待状态的框架):https://github.com/jdg/MBProgressHUD
FMDatabase (封装sqlite的框架):https://github.com/ccgus/fmdb
AFNetworking : https://github.com/AFNetworking/AFNetworking
SDWebImage : https://github.com/rs/SDWebImage
XMLReader: https://github.com/amarcadet/XMLReader
MJRefresh :https://github.com/CoderMJLee/MJRefresh
API数据SDK:
社会化功能(分享,三方登陆等):http://mob.com/#/index
腾讯开放平台:http://open.qq.com
OpenGL ES学习系列:
Drawing a Circle(一):http://bbs.tairan.com/article-1-1.html
Drawing a Circle(二):http://bbs.tairan.com/article-2-1.html
Drawing a Circle(三):http://bbs.tairan.com/article-4-1.html
开发引导:http://www.cnblogs.com/andyque/archive/2011/08/08/2131019.html
技术使用示例展示:
JSon和XML数据解析 : http://www.jianshu.com/p/a54d367adb2a
环信集成的即时通讯:http://www.jianshu.com/p/b4618ef39274
开发的一些小技巧:
跳过给UIScrollView添加AutoLayout约束的坑 : http://www.jianshu.com/p/258f4efd7a1d/comments/421134
UITableViewCell高度自适应:http://www.jianshu.com/p/cd457a617e78
在xib/storyboard里面设置view圆角半径 :http://www.jianshu.com/p/1f459f0593cb
UILabel文字添加删除线:http://www.jianshu.com/p/9b322c034637
UIButton选中状态下的点击:http://www.jianshu.com/p/57b2c41448bf
回跳到上两级的界面:http://blog.csdn.net/hopedark/article/details/18860693
- JSON转Model:https://github.com/yagamis/JSONExport
文章来源: blog.csdn.net,作者:Serendipity·y,版权归原作者所有,如需转载,请联系作者。
原文链接:blog.csdn.net/Forever_wj/article/details/51013021
- 点赞
- 收藏
- 关注作者
评论(0)