Re: Threading issues with ivars
Re: Threading issues with ivars
- Subject: Re: Threading issues with ivars
- From: Andreas Grosam <email@hidden>
- Date: Tue, 2 Feb 2010 14:40:30 +0100
On Feb 2, 2010, at 2:16 PM, Peter Blazejewicz wrote:
> Hi Andreas,
> You're not clearing "text" - you're clearing UILabel reference in your code:
>
> self.nameLabel = nil;
Doh! <bangs head on desk>
Especially, as I have *three* labels, and only this one was wrong ...
Thank you very much Peter! I almost lost faith in Objective-C - but no -- everything is OK. All speculations were wrong, no autorelease pool issue, no thread issue -- Objective-C works like a charm! :)
Andreas
_______________________________________________
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