摘要: 1.效率肯定是delegate比nsnotification高。2. delegate方法比notification更加直接,最典型的特征是,delegate方法往往需要关注返回值, 也就是delegate方法的结果。比如-windowShouldClose:,需要关心返回的是yes还是no。所以d... 阅读全文
posted @ 2014-12-01 17:48 在bug中前行 阅读(316) 评论(0) 推荐(0)