ios入门到放弃

autolayout
http://www.cocoachina.com/ios/20150526/11938.html
http://www.cocoachina.com/ios/20150422/11632.html
http://www.cocoachina.com/ios/

ios alert view
http://blog.csdn.net/axing1991/article/details/45361495

ios ble
http://www.jianshu.com/p/84b5b834b942#

ios checkbox 实现
http://jingyan.baidu.com/article/7c6fb42860073c80642c90e9.html

ios http 请求无法使用问题
http://www.cnblogs.com/harry-h/p/6010193.html

ios navigationcontroller
http://www.cnblogs.com/harry-h/p/6010193.html

ios storyboard 页面跳转前的判断
http://blog.csdn.net/pz0605/article/details/50686332

ios table view
http://www.jianshu.com/p/f30eab24401f
http://blog.csdn.net/hopedark/article/details/9095203

去掉 cell 之间的分割线
 tableView.separatorStyle = NO;

ios 报表
http://hao.jobbole.com/ios-charts/

ios 圆形进度条

ios 基本控件
http://blog.csdn.net/xmxkf/article/details/51283060

入门
http://blog.csdn.net/u011537073/article/details/51999731

ios ble
http://www.jianshu.com/p/84b5b834b942#

ios 侧滑菜单问题
RESideMenu

ios 第三方登录集成
facebook
http://www.jianshu.com/p/043974c1b081

google
http://www.jianshu.com/p/56c4ad6e3c66

ios 第三方开源库
http://www.cnblogs.com/oc-bowen/p/5257429.html
http://www.jianshu.com/p/207a3879c41f
http://blog.csdn.net/lvxiangan/article/details/49332913

ios 多线程
GCD
http://www.cocoachina.com/ios/20161031/17887.html

ios 控件边框添加
http://blog.csdn.net/u012701023/article/details/50436244

ios 全局常量类
http://blog.csdn.net/wengyupeng/article/details/44902239

ios 如何引入库
http://jingyan.baidu.com/article/77b8dc7fe4e2046174eab6bc.html

ios 入门学习知识库
http://www.cnblogs.com/kenshincui/p/3985090.html

ios 十六进制颜色设置扩展
http://blog.csdn.net/lvxiangan/article/details/50637292

ios 手势识别
http://www.open-open.com/lib/view/open1435284827732.html

关于饮水自动记录:拖动选择饮水量的 idea

在 viewController 中添加 UIView
在 UIView 中添加 UIView(刻度线),UIlable(刻度值)—-制作刻度尺

下面再添加一个 UIView(背景为水的颜色,大小为能超过刻度尺长度)
然后通过拖拉 喝字的图片 移动 UIView,然后根据 总的移动距离判断饮水量

ios 数据存储
沙盒目录
Bundle
Documents
Library/Caches
Library/Preference
tmp

存储方式
XML属性列表-PList (NSArray,NSDictionary 直接写入到属性列表文件,NSString,NSData 写入对应文件)
-支持的数据类型:Array,Dictionary,Boolean,Date,Number,String。不支持自定义对象
NSKeyedArchiver 归档/恢复
-支持自定对象(实现NSCoding),属性为基本数据类型或实现NSCoding协议的对象实例
-NSString,NSDictionary,NSArray,NSData,NSNumber
Preference(偏好设置)
-NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
SQLite3
Core Data

ios 刷新UI 问题
http://www.cnblogs.com/wangxiaorui/p/5390088.html

ios 通知
http://blog.csdn.net/zm53373581/article/details/49735507

ios网络请求
http://www.open-open.com/lib/view/open1355055986679.html

ios网络请求框架
YTKNetwork
http://blog.csdn.net/majiakun1/article/details/49075859

http://blog.csdn.net/zh952016281/article/details/50855369

http://www.jianshu.com/p/77893b21222c

ios 文字下划线
http://blog.csdn.net/chaoyuan899/article/details/38306141

ios 项目结构
http://blog.csdn.net/sbvfhp/article/details/47907767
http://www.cocoachina.com/ios/20140930/9810.html
http://www.cocoachina.com/bbs/read.php?tid=195150

ios 页面间传值
http://blog.csdn.net/leikezhu1981/article/details/40018415

ios 页面跳转
http://blog.csdn.net/chwow/article/details/49966081

返回
[self dismissViewControllerAnimated:YES completion:nil];

页面跳转传值
http://blog.csdn.net/scodefarmery/article/details/47279849

//页面跳转问题
http://www.cnblogs.com/anywherego/p/3542202.html

ios 状态栏,导航栏宽度高度获取
http://www.open-open.com/code/view/1423815058045/

ios 资源网站
http://www.open-open.com/solution/view/1440034002708
http://www.open-open.com/lib/view/open1435284827732.html
http://www.open-open.com/lib/view/open1442664670352.html

ios 自定义 alertView
http://www.cnblogs.com/adampei-bobo/p/5414975.html

//另一种想法
UIView 为背景画进度,前面用 UILabel 展示数据

http://www.cnblogs.com/wxios/p/4533106.html

猜你喜欢

转载自blog.csdn.net/qq_24078843/article/details/79957309