摘要:
1、在需要接收NSNotification的类里面的init方法中添加Observer,同时添加对应的处理方法,如: 在需要处理的类Class1的init方法中[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(notificationFunc:) name:NOTIFY_FUNC_DEMO objec... 阅读全文
posted @ 2012-07-18 13:21
easonoutlook
阅读(378)
评论(0)
推荐(0)