Loading

04 2016 档案

摘要:os开发有多种设计模式,其中有一种就叫做观察者模式,即Key Value Observing(简称KVO) KVO是Object -C中原声支持的一种机制. C、KVO 实现原理当对一个对象添加观察者,被观察对象的属性值发生变化时,观察者会得到通知,并对变化做出相应的处理。D、KVO 的特性1. 支 阅读全文
posted @ 2016-04-12 21:13 ywhb 阅读(114) 评论(0) 推荐(0)
摘要:First, the function creates the main application object (step 3 in the flowchart). If you specify nil as the third argument to UIApplicationMain() (th 阅读全文
posted @ 2016-04-09 12:17 ywhb 阅读(206) 评论(0) 推荐(0)
摘要:(转载请注明出处) 阅读全文
posted @ 2016-04-04 15:42 ywhb 阅读(116) 评论(0) 推荐(0)