IBOutlet is NIL when using Forward Declarations to call a class?

Posted by tarnfeld on Stack Overflow See other posts from Stack Overflow or by tarnfeld
Published on 2010-03-18T22:03:16Z Indexed on 2010/03/19 0:31 UTC
Read the original article Hit count: 419

Filed under:
|
|
|

I have been having huge issues with this, so I drew a diagram...

alt text

I successfully get to the CLASS A - METHOD B but at that point, IBOutlet Z is Nil? :( Any ideas?

note Somebody told me it might be an Overrelease and to use NSZombieEnabled but that confused me

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c