Ich habe eine objektive C-Klasse. Darin habe ich eine init-Methode erstellt und darin eine NSNotification eingerichtet //Set up NSNotification [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(getData) name:@"Answer Submitted" object:nil]; Wo stelle ich das...