• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: IBOutlet getting messed up in the runtime
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >IBOutlet getting messed up in the runtime (From: Benjámin Salánki <email@hidden>)
 >Re: IBOutlet getting messed up in the runtime (From: Kyle Sluder <email@hidden>)
 >Re: IBOutlet getting messed up in the runtime (From: Benjámin Salánki <email@hidden>)
 >Re: IBOutlet getting messed up in the runtime (From: Jonathan del Strother <email@hidden>)

  • Prev by Date: Re: Bulletproof way to create a new CGBitmapContext from an existing image?
  • Next by Date: Subtle differences in the implementation of the Foundation framework on iPhone and OSX
  • Previous by thread: Re: IBOutlet getting messed up in the runtime
  • Next by thread: Core Data, multiply values when inserted and show immedialty
  • Index(es):
    • Date
    • Thread