Getting the above warning on this line of code in the **touchesEnded** method: ``` [delegate performSelector: stateChangedSelector withObject:self]; ``` I don't want to change anything just in case it causes more damage. I'm using XCode 5.1.
Getting the above warning on this line of code in the touchesEnded method:
I don't want to change anything just in case it causes more damage. I'm using XCode 5.1.