On Mon, Nov 15, 2010 at 12:00 PM, vincent habchi <[email protected]> wrote: > My app is neither very simple, nor very complex. Your first solution should > be more than adequate. > > Thanks a lot, have a great day!
No problem. Just keep in mind that by avoiding NSWindowController, you lose its automatic breaking of bindings-related retain cycles. But if your app isn't a document based app, that's probably irrelevant since the bindings won't be torn down anyway until your app quits, at which point leaks are irrelevant. --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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
