一. 删除ViewController,Storyboard 1:直接删除Storyboard 和ViewController,不是删索引,是直接移除; 2:info中的pl...
IP属地:湖北
一. 删除ViewController,Storyboard 1:直接删除Storyboard 和ViewController,不是删索引,是直接移除; 2:info中的pl...
动态方法解析: void method(id self, SEL _cmd, NSString *mes){ NSLog(@"实现方法"); } + (BOOL)reso...
1、什么时候用delegate,什么时候用Notification? Delegate(委托模式):1对1的反向消息通知功能。 Notification(通知模式):只想要把...