摘要: // // ViewController.h // 14-KVO的使用 #import @interface ViewController : UIViewController @end // // ViewController.m // 14-KVO的使用 // /* KVO: Key Value Observing (键值监听)--->当某个对象的属性值发生改变的... 阅读全文
posted @ 2017-09-06 18:49 无天666 阅读(194) 评论(0) 推荐(0)