iOS开发常用的资源和资料

来源:互联网 发布:宁波市软件产业园 编辑:程序博客网 时间:2024/06/04 19:51

常用的三方资源地址:

  • ASIHTTPRequest (基于http的应用所封装的同步请求,异步请求,队列请求,文件下载,cookie,cache等): http://allseeing-i.com/ASIHTTPRequest/

  • MBProgressHUD (显示等待状态的框架):https://github.com/jdg/MBProgressHUD

  • FMDatabase (封装sqlite的框架):https://github.com/ccgus/fmdb

  • SBJson : http://stig.github.com/json-framework/

  • AFNetworking : https://github.com/AFNetworking/AFNetworking

  • SDWebImage : https://github.com/rs/SDWebImage

  • XMLReader: https://github.com/amarcadet/XMLReader

  • MJRefresh :https://github.com/CoderMJLee/MJRefresh

  • Masonry:https://github.com/desandro/masonry

API数据SDK:

  • 野狗:https://www.wilddog.com

  • 环信:http://www.easemob.com

  • 融云:http://www.rongcloud.cn

  • 百度:http://apistore.baidu.com

  • 聚合:http://www.juhe.cn

  • 医药吧:http://www.1ccf.com

  • 社会化功能(分享,三方登陆等):http://mob.com/#/index

  • 百度地图:http://developer.baidu.com/map/

  • 高德地图:http://lbs.amap.com/#alpha

  • Mob:http://www.mob.com/#/ 

  • 极光推送:https://www.jpush.cn/common/

  • QQ互联:http://connect.qq.com/intro/login/

  • 腾讯开放平台:http://open.qq.com

  • 微信开放平台:https://open.weixin.qq.com/cgi-bin/index?t=home/index&lang=zh_CN&token=0d67e41bd0dedb44857a2d72ad9cb7a2f3cff78b&appid=wx1206e006f071aa4a  

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://bbs.tairan.com/article-3-1.html

  • 简单绘图概述:http://bbs.tairan.com/article-5-1.html  

  • 透视:http://bbs.tairan.com/article-6-1.html  

  • 光效:http://bbs.tairan.com/article-7-1.html

  • 材质:http://bbs.tairan.com/article-8-1.html

  • 纹理及纹理映射:http://bbs.tairan.com/article-9-1.html

  • 变换与矩阵:http://bbs.tairan.com/article-10-1.html

  • 纹理贴图:http://bbs.tairan.com/article-20-1.html

  • 交叉存取顶点数据:http://bbs.tairan.com/article-21-1.html

  • 开发引导:http://www.cnblogs.com/andyque/archive/2011/08/08/2131019.html

技术使用示例展示:

  • JSon和XML数据解析 : http://www.jianshu.com/p/a54d367adb2a

  • KVO与KVC的举例:http://liuyafang.blog.51cto.com/8837978/1586267

  • 环信集成的即时通讯: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 

  • 给图片添加水印:http://www.jianshu.com/p/8d7c302c7b01 

  • UIButton选中状态下的点击:http://www.jianshu.com/p/57b2c41448bf

  • 回跳到上两级的界面:http://blog.csdn.net/hopedark/article/details/18860693

  • 上架流程:http://www.16css.com/blog/knowledge/1300.html

1 0
原创粉丝点击