Re: Subview display problem
Re: Subview display problem
- Subject: Re: Subview display problem
- From: "I. Savant" <email@hidden>
- Date: Tue, 28 Oct 2008 09:54:28 -0400
On Tue, Oct 28, 2008 at 9:23 AM, DKJ <email@hidden> wrote:
> I'm having no luck getting a subview to display. In the awakeFromNib of the
> controller I have this:
>
> helpView = [[MyView alloc] init];
NSView's designated initializer is -initWithFrame: ... what happens
if you use that instead?
--
I.S.
_______________________________________________
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