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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to