Re: Use different window than File Owner's in NIB
Re: Use different window than File Owner's in NIB
- Subject: Re: Use different window than File Owner's in NIB
- From: Chris Hanson <email@hidden>
- Date: Mon, 5 Jul 2004 23:06:23 -0700
On Jul 5, 2004, at 6:45 PM, i3i
e4'(James Chen) wrote:
A.m_TheOtherController --------> B and
B.m_TheOtherController --------> A
Just a style note: The recommended naming conventions for Cocoa are
documented in the Coding Guidelines on the ADC web site:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
CodingGuidelines/index.html>
While it's popular on other platforms, and it will work, the above
would be more appropriately A.otherController and B.otherController in
Cocoa.
-- Chris
--
Chris Hanson <email@hidden>
http://www.livejournal.com/users/chanson/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.