Re: Referencing objects instantiated in Interface Builder
Re: Referencing objects instantiated in Interface Builder
- Subject: Re: Referencing objects instantiated in Interface Builder
- From: mmalcolm crawford <email@hidden>
- Date: Mon, 17 Apr 2006 01:36:17 -0700
On Apr 17, 2006, at 1:29 AM, Matteo Manferdini wrote:
I was looking for a way to reference objects instantiated in
Interface Builder. I have a TableView and a Custom view that need
to be bound to the same controller instance (in a master-detail
way, to use the selected item information). The TableView is easily
bound in interface builder, but how can i bind my custom view by code?
Do you mean connecting outlets, as described here:
<http://developer.apple.com/documentation/DeveloperTools/Conceptual/
IBTips/Articles/MakingConnections.html#//apple_ref/doc/uid/
20002101-109335>
or are you using Cocoa bindings? in which case it's described here:
<http://developer.apple.com/documentation/Cocoa/Conceptual/
CocoaBindings/Tasks/masterdetail.html>
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden