I can\'t get the selector method, receiveChatText, in the NSNotificationCenter to execute and I am wondering if the problem is because the NSNotification postNotificationNam
That looks like it should work, as long as the value of ChatMessageReceived is the same in both instances.
Have you used the debugger to verify that the init method in the view controller file is called before the notification is posted in didReceiveMessage?