Re: IBOutlet getting messed up in the runtime
Re: IBOutlet getting messed up in the runtime
- Subject: Re: IBOutlet getting messed up in the runtime
- From: Benjámin Salánki <email@hidden>
- Date: Fri, 06 Nov 2009 09:02:04 +0100
And yes, it was the obvious assign rather than retain.
Thank you!
Ben
On Nov 5, 2009, at 5:46 PM, Jonathan del Strother wrote:
How is your bad IBOutlet declared? Does it have a @property
declaration that's using 'assign' rather than 'retain', perhaps?
What happens if you turn on NSZombieEnabled?
2009/11/5 Benjámin Salánki <email@hidden>:
Disregarding that one sentence i believe my problem is not private
api
related.
Basically i have a text field in a nib that during runtime
disappears (i
can't describe it better) but never gets dealloced. Plus checking
against
nil also gives a nice juicy segmentation fault.
Plus adding 5 more of the same class of text field they all work as
expected. Renaming the troublemaker does not help either
Ben
Sent from my iPhone
On 2009.11.05., at 17:22, Kyle Sluder <email@hidden> wrote:
On Nov 5, 2009, at 2:42 AM, Benjámin Salánki
<email@hidden> wrote:
What I am trying to accomplish is a Mail plugin for Mac OS X
10.6. All is
working fine now, thanks to some method swizzling code and some
sleepless
nights.
This is the kind of stuff you're not allowed to discuss here.
--Kyle Sluder
_______________________________________________
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
_______________________________________________
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