
1、设计模式是什么? 你知道哪些设计模式,并简要叙述? 2、MVC 和 MVVM 的区别 3、#import跟 #include 有什么区别,@class呢,#import<...
一:响应者链UIResponser包括了各种Touch message 的处理,比如开始,移动,停止等等。常见的 UIResponser 有 UIView及子类,UIViCo...
1.Delegate/NSNotification 在使用代理设计模式的时候,一定要注意将 delegate 变量声明为 weak 类型,像这样 如使用strong或别的类型...
目录 autorelease的本质 autorelease对象什么时候释放? autoreleasepool的工作原理 autoreleasepool的内部结构 autore...