Re: custom view for NSTabViewItem
Re: custom view for NSTabViewItem
- Subject: Re: custom view for NSTabViewItem
- From: Ondra Cada <email@hidden>
- Date: Wed, 5 Apr 2006 22:54:31 +0200
Ken,
On 5.4.2006, at 22:44, Ken Victor wrote:
is there anyway in IB to specify that the view for an NSTabViewItem
is a custom view?
Not far as I know, alas.
i realize that i could simply place a custom view in the
NSTabViewItem, but that means an extra layer that really shouldn't
be necessay. i also realize that i could change the view in my
awakeFromNib method, but that means moveing all the subviews that
were set up in IB.
Which is no big deal:
forall (o,[orig subviews]) [new addSubview:o];
:)
---
Ondra Čada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
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