I’m using this code snippet http://snipplr.com/view/43115/ and I wonder how I can access the tag property to do different things with the data in connectionDidFinishLoading?
I’m using this code snippet http://snipplr.com/view/43115/ and I wonder how I can access the
Share
Yes, but the method’s parameter is of type URLConnection, not CustomURLConnection. If you know that the object is in fact a CustomURLConnection, you can re-cast it and extract the “tag” property: