Re: to-many outlets in IB
Christiaan Hofman <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mar 18, 2010, at 15:15, Avi Drissman wrote: > Check out GTMIBArray in GTM: > > http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/AppKit/GTMIBArray.h > > Avi > Thanks, that's an idea to try. It's a bit of a hack, not precisely what I'm looking for, but I guess what I really want is not supported. Can someone confirm that, so I can file an RFE for IB? Christiaan > On Thu, Mar 18, 2010 at 6:55 AM, Christiaan Hofman <[email protected]> wrote: > Is it possible to have an array as an IBOutlet, so i can connect any number of items to the outlet in IB? I know multiple connections to an outlet are possible in principle, for instance the Accessibility link outlet can have multiple connections. But is this something that's hard-coded for specific cases in IB, or can I do this myself for a custom outlet? > > thanks, > Christaan >