I'm trying to get used to the networking API Apple provides so I thought I'd try to write a simple wrapper around the NSURL* classes. It works fine for synchronous page retrieval but it's not working for the asynchronous bit and I can't seem to figure out what's going wrong.
Can somebody take a look at it and see if you can identify what I'm screwing up?
calling code: http://rafb.net/p/pKe8oB43.html
NSURLConnection wrapper code: http://rafb.net/p/cv6eMC23.html
NSLog output: http://rafb.net/p/uRyDcG38.html
thanks
-sf
Can somebody take a look at it and see if you can identify what I'm screwing up?
calling code: http://rafb.net/p/pKe8oB43.html
NSURLConnection wrapper code: http://rafb.net/p/cv6eMC23.html
NSLog output: http://rafb.net/p/uRyDcG38.html
thanks
-sf