Re: Autolayout requiring NSDisableScreenUpdates

2015-08-31 Thread Seth Willits
> On Aug 30, 2015, at 4:09 PM, Ken Thomases wrote: > > Turn off Visible at Launch on the window in the NIB. D'oh! You're right. I mistakenly left on that and that's what was causing it. Thanks! -- Seth Willits ___ Cocoa-dev mailing list (Cocoa-d

Re: Autolayout requiring NSDisableScreenUpdates

2015-08-30 Thread Ken Thomases
On Aug 30, 2015, at 5:57 PM, Seth Willits wrote: > My window's UI mainly consists of a stack view, but in the window's xib, > there's nothing in the stack view to begin with. This means that after the > xib loads, the window is tiny (like 70 x40). > > In windowDidLoad I'm adding views to the s

Autolayout requiring NSDisableScreenUpdates

2015-08-30 Thread Seth Willits
My window's UI mainly consists of a stack view, but in the window's xib, there's nothing in the stack view to begin with. This means that after the xib loads, the window is tiny (like 70 x40). In windowDidLoad I'm adding views to the stackview which actually make it the "real" size it should be