setting corner view
setting corner view
- Subject: setting corner view
- From: "William Zumwalt" <email@hidden>
- Date: Tue, 5 Jun 2007 00:37:20 -0500
I am trying to set the corner view of my NSOutlineView with the
following awakeFromNib: method. I created a view in IB and dragged it
onto my *.nib, and made the connections but it is not appearing in my
header. The view contains a small button.
I read the "Parts of a Table" dev doc and followed it, or so I
thought, but don't know where I went wrong.
@interface NetworkOutlineController : NSObject
{
IBOutlet id outlineView;
IBOutlet id cornerView;
// ...
}
@implementation NetworkOutlineController
- (void) awakeFromNib
{
[outlineView setCornerView:cornerView];
return;
}
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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