I am new to ObjC. I have a method in my controller class called
-(IBAction)playSound:(id)sender;
If I wanted to fill out the method by writing a for loop that checks the tag of each of my four buttons (already linked in storyboard), how would I do that? I am trying to make a button click play a sound. Please be descriptive in your answer.
Or