NSNotificationCenter:
*
Posting a Notification
NSNotificationCenter.defaultCenter().postNotificationName("TestNotification", object: self)
[[NSNotificationCenter defaultCenter] postNotificationName:@"TestNotification" object:nil];