Re: Accessing IB >Inspector > Identity > Interface Builder Identity > name programatically?
Re: Accessing IB >Inspector > Identity > Interface Builder Identity > name programatically?
- Subject: Re: Accessing IB >Inspector > Identity > Interface Builder Identity > name programatically?
- From: Graham Cox <email@hidden>
- Date: Sat, 4 Oct 2008 20:42:41 +1000
On 4 Oct 2008, at 6:27 pm, Ken Tozier wrote:
I created a custom view with several subviews some of which I gave
names in the "Identity > Interface Builder Identity > name" tab. Is
there any way to reference these items by their given name if the
nib is loaded programatically using NSNib?
In a word, no.
These labels appear to serve no purpose except to help you tell things
apart within IB itself.
If you need to access individual views, just create an IBOutlet for
each one in File's Owner and hook them up in IB.
hth,
Graham
_______________________________________________
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