Re: Programmatically connecting outlets
Re: Programmatically connecting outlets
- Subject: Re: Programmatically connecting outlets
- From: "Kyle Sluder" <email@hidden>
- Date: Sat, 2 Feb 2008 22:53:35 -0500
On Feb 2, 2008 10:25 PM, Jacob Bandes-Storch <email@hidden> wrote:
> I'd like to create a connection between my app controller
> and the window controllers, so that controls in the window can
> communicate with the window controller, which can process information
> and then communicate with the app controller.
There is nothing special about an outlet. IBOutlet is a macro that
expands to absolutely nothing. It's simply used to tell IB "Hey, this
ivar is supposed to be set in IB."
--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