I've searched how to run a method from another ViewController
on stackoverflow and didn't find an answer.
I have a ViewController1
playing an audio using AVAudioPlayer
and I want my ViewController2
to be able to change it's volume.
I've tried the basic: calling a method in ViewController2
that changes the volume in ViewController1
.
This doesn't work. The method is able do output Logs but isn't able to change properties.
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…