Re: further confusion regarding the release of controls loaded from a nib
Re: further confusion regarding the release of controls loaded from a nib
- Subject: Re: further confusion regarding the release of controls loaded from a nib
- From: Kyle Sluder <email@hidden>
- Date: Tue, 20 Mar 2012 17:38:10 -0700
On Mar 20, 2012, at 5:33 PM, G S wrote:
> Needless to say, it seems like ARC was a desperately needed step forward.
> I don't mind doing things "the right way" and I have a high tolerance for
> syntactic tedium, but the invisibility of NSNib's usage of properties and
> the resulting asymmetry of the code (a bunch of releases in dealloc with no
> corresponding allocations) is just asking for trouble.
You said you're using UIViewController. NSNib is a Mac OS X only class. UINib is the iOS counterpart, and it has much saner behavior.
So which are you actually using? It's important to be very precise.
--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