Re: Multiple delegates Window
Re: Multiple delegates Window
- Subject: Re: Multiple delegates Window
- From: "Stephen J. Butler" <email@hidden>
- Date: Sat, 25 Jul 2009 17:01:09 -0500
On Sat, Jul 25, 2009 at 4:55 PM, Gevik<email@hidden> wrote:
> I was wondering if it is possible to connect more than one delegate from the
> Window in IB.
> When I create a new Cocoa application in XCode, the Delegate_AppDelegate.m/h
> is created automatically.
> I would like to add a second object with specific functionality as a
> delegate object.
Many delegate messages are also posted as notifications. Maybe you can
register for the notification and handle it there.
_______________________________________________
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