Re: view problems
Re: view problems
- Subject: Re: view problems
- From: Quincey Morris <email@hidden>
- Date: Sat, 20 Dec 2014 20:39:48 +0000
On Dec 20, 2014, at 12:08 , H Miersch <email@hidden> wrote:
>
> if I DO call [self setTranslatesAutoresizingMaskIntoConstraints:NO]; on the subview, the window and its view behave normally, but the subview doesn't appear, its drawrect method is not called, nothing.
>
> so what am i doing wrong?
It sure sounds like the custom view is having its size forced to zero because it has no size (or other) constraints that keep this from happening.
_______________________________________________
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