• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Connecting Outlet on Derived Array Controller
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Connecting Outlet on Derived Array Controller
      • From: Ken Thomases <email@hidden>
  • Prev by Date: Re: Correct way to overide synthesized setter?
  • Next by Date: Re: Embedding Custom NSView in NSScroller having strange effect on drawRect calls.
  • Previous by thread: Re: Correct way to overide synthesized setter?
  • Next by thread: Re: Connecting Outlet on Derived Array Controller
  • Index(es):
    • Date
    • Thread