摘要: #import "ViewController.h" #import "MyView.h" #define KEYPATH @"contentOffset" @interface ViewController ()<UITableViewDataSource,UITableViewDelegate> 阅读全文
posted @ 2016-05-27 17:00 sunflower-lhb 阅读(167) 评论(0) 推荐(0) 编辑
摘要: /* 调用方法是里: object : 被观察对象 observer: 观察对象 forKeyPath里面带上property的name,如UIView的frame、center等等 options: 有4个值,分别是: NSKeyValueObservingOptionNew 把更改之前的值提供给 阅读全文
posted @ 2016-05-27 16:34 sunflower-lhb 阅读(96) 评论(0) 推荐(0) 编辑