Return to Snippet

Revision: 47020
at May 30, 2011 13:57 by magickaito


Initial Code
NSDictionary *userInfo = [NSDictionary dictionaryWithObject:@"wash-pimples.mp4"
					             forKey:@"video"];
[NSNotificationCenter defaultCenter] postNotificationName:NOTIFICATION_GO_TO_VIDEO object:self userInfo:userInfo];

Initial URL


Initial Description


Initial Title
Send notification with userInfo

Initial Tags


Initial Language
Objective C