On Thu, Dec 22, 2011 at 11:29 AM, Fritz Anderson <fri...@manoverboard.org> wrote: > The document's NIB (no, I don't put the document in the NIB, and I'm using > the window controller that comes with the document) contains an > NSObjectController and an NSArrayController at the top level. Per "Patterns > for Managing Outlets Become Consistent Across Platforms" in the > "Transitioning to ARC Release Notes," the IBOutlet properties for those > controllers were declared strong.
This seems to conflict with the Resource Programming Guide, which recommends that your IBOutlets be declared weak (aka 'assign') on Mac OS X: http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/LoadingResources/CocoaNibs/CocoaNibs.html#//apple_ref/doc/uid/10000051i-CH4-SW26 --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com