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