您的位置:首页 > 移动开发 > IOS开发

iOS 消息通讯

2016-04-07 09:10 357 查看
//创建
CCSafeNotificationCenter::sharedNotificationCenter()->addObserver(this, callfuncO_selector(UserUpgradeView::shareWeiBoSuccess), MSG_FeedDialogResult, NULL);

//删除
CCSafeNotificationCenter::sharedNotificationCenter()->removeObserver(this, MSG_FeedDialogResult);

//触发
CCSafeNotificationCenter::sharedNotificationCenter()->postNotification(MSG_FeedDialogResult);
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: