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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
