Re: Problems getting NSURLConnection to work
Re: Problems getting NSURLConnection to work
- Subject: Re: Problems getting NSURLConnection to work
- From: Nick Zitzmann <email@hidden>
- Date: Sat, 9 Feb 2008 00:47:59 -0700
On Feb 8, 2008, at 10:19 PM, Matthew Delves wrote:
I've setup a class as a delegate for NSURLConnection, though when I
create the NSURLConnection and provide it a delegate (self), the
delegate methods don't get called. I know they don't get called as
I've put in NSLog() statements and these statements don't get
displayed.
Is there something I'm missing?
Why aren't you setting self to [super init] or the superclass's
initializer in the -initWithURL: method? Also, you're over-retaining
some memory. Are you using GC?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden