trying to set a delegate method to get urlConnection data
问题 I've been going around and around, I've been trying to use this example but running into trouble in the delegate method. I'm trying to figure out how to close this out. Looks like I've got a lot set correctly but need help on final step: I'm getting a -[ThirdTab apiFinished:]: unrecognized selector sent to instance. On line two of the WebServiceAPI.m : the self.aDelegate =aDelegate is giving me an error: 2) Local declaration of aDelegate hides instance variable. This is my first go around