摘要: 作用:NSNotificationCenter是专门供程序中不同类间的消息通信而设置的.注册通知:即要在什么地方接受消息[[NSNotificationCenterdefaultCenter]addObserver:selfselector:@selector(mytest:)name:@" myt... 阅读全文
posted @ 2015-08-13 14:20 4Dream 阅读(159) 评论(0) 推荐(0)