iOS 发布通知

示例

迅速

NSNotificationCenter.defaultCenter().postNotificationName("TestNotification", object: self)

目标C

[[NSNotificationCenter defaultCenter] postNotificationName:@"TestNotification" object:nil];