5
NSNotificationCenter के साथ ऑब्जेक्ट कैसे पास करें
मैं अपने एप्लिकेशन प्रतिनिधि से किसी ऑब्जेक्ट को दूसरी कक्षा में एक सूचना रिसीवर को भेजने की कोशिश कर रहा हूं। मैं पूर्णांक पास करना चाहता हूं messageTotal। अभी मेरे पास है: रिसीवर में: - (void) receiveTestNotification:(NSNotification *) notification { if ([[notification name] isEqualToString:@"TestNotification"]) NSLog (@"Successfully received the test notification!"); …