Re: NSURLConnection unhappiness
Re: NSURLConnection unhappiness
- Subject: Re: NSURLConnection unhappiness
- From: Alexander Spohr <email@hidden>
- Date: Mon, 4 May 2009 20:42:20 +0200
Am 01.05.2009 um 18:00 schrieb Nick Hristov:
One more comment on self->ivar... I used this approach because using
[self
connection] or self.connection (they are both the same thing) amount
to an
extra message call.
Then just use ivar, without self->
It amounts to the same (no call) but looks "right"
atze
_______________________________________________
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