首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

NotifiCationCenter统制使用

2013-07-08 
NotifiCationCenter控制使用NSNotificationCenter第一种,这个只是传值,通过NSNotification获取,当然也可以

NotifiCationCenter控制使用
NSNotificationCenter

第一种,这个只是传值,通过NSNotification获取,当然也可以直接使用obj

注册A


响应B


第二种多值传输(obj)
注册A
- (void) keyboardWillShow:(NSNotification *)aNotification{        NSDictionary *userInfo = [aNotification userInfo];}

热点排行