Posting a Notification

suggest change

Swift

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

Objective-C

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

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents