Re: Problems getting NSURLConnection to work
Re: Problems getting NSURLConnection to work
- Subject: Re: Problems getting NSURLConnection to work
- From: Nir Soffer <email@hidden>
- Date: Sat, 9 Feb 2008 15:31:59 +0200
On Feb 9, 2008, at 15:14, Nir Soffer wrote:
[urlConnection start];
start? NSURLConnection does not respond to this. The connection
starts when you create it.
I guess that at this point an exception is raised and your
initializer fails. This is why you don't get any notifications.
I see that -start was added in 10.5, so you don't get an exception
here. Looks like not calling [super init] is the issue.
Best Regards,
Nir Soffer
_______________________________________________
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