5
So übergeben Sie ein Objekt mit NSNotificationCenter
Ich versuche, ein Objekt von meinem App-Delegaten an einen Benachrichtigungsempfänger in einer anderen Klasse zu übergeben. Ich möchte eine Ganzzahl übergeben messageTotal. Gerade habe ich: Im Empfänger: - (void) receiveTestNotification:(NSNotification *) notification { if ([[notification name] isEqualToString:@"TestNotification"]) NSLog (@"Successfully received the test notification!"); } - (void)viewDidLoad { [super viewDidLoad]; [[NSNotificationCenter …