Send notification with userInfo


/ Published in: Objective C
Save to your folder(s)



Copy this code and paste it in your HTML
  1. NSDictionary *userInfo = [NSDictionary dictionaryWithObject:@"wash-pimples.mp4"
  2. forKey:@"video"];
  3. [NSNotificationCenter defaultCenter] postNotificationName:NOTIFICATION_GO_TO_VIDEO object:self userInfo:userInfo];

Report this snippet


Comments


You need to login to view comments.