Connecting Outlet on Derived Array Controller
Connecting Outlet on Derived Array Controller
- Subject: Connecting Outlet on Derived Array Controller
- From: Joanna Carter <email@hidden>
- Date: Sun, 28 Feb 2010 17:48:04 +0000
Hi Folks
I think I need to add an outlet to an array controller. Thus I have created a derived class and added the outlet to the class.
@interface AccountingPeriodArrayController : NSArrayController
{
}
@property (nonatomic, retain) IBOutlet AccountingPeriod *accountingPeriod;
@end
Now, what I would like to be able to do is to bind this outlet to a property I have exposed on the (File's Owner) controller class.
Is there any way I can get the outlet to be visible in the bindings sheet of the IB Inspector, so that I can make the binding, without having to go to the extent of making an IB plugin?
Joanna
--
Joanna Carter
Carter Consulting
_______________________________________________
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