hi guys,
so I have this variable, AVAudioPlayer *introSound; , in my delegate named AppDelegate.h.
it plays continuously during first load.
[introSound stop];
What I want to do is stop it from a separate controller, firstController.m.
I tried
[AppDelegate.introSound stop];
but it threw an error saying:
error: expected ':' before '.' token