Re: Auto layout and scroll views on OS X

2014-07-31 Thread Dave
On 31 Jul 2014, at 11:52, Allison Newman wrote: > OK, I did eventually figure out my problem with Autolayout and scrollviews. > It turns out that I wasn’t setting up my scrollview constraints correctly in > the storyboard (which is another way of saying I hadn’t set *any* size > constraints

Re: Auto layout and scroll views on OS X

2014-07-31 Thread Allison Newman
OK, I did eventually figure out my problem with Autolayout and scrollviews. It turns out that I wasn’t setting up my scrollview constraints correctly in the storyboard (which is another way of saying I hadn’t set *any* size constraints on the scrollview’s frame). So, I did eventually figure th

Re: Auto layout and scroll views on OS X

2014-07-22 Thread Kyle Sluder
On Jul 22, 2014, at 7:38 PM, Keary Suska wrote: > > Did they also fix auto layout for split views? I was thinking it was split > views that were fixed in 10.9 but not scroll views, but I could have that > backwards, and also be a version behind. Yeah, I think split views were fixed in 10.8. (B

Re: Auto layout and scroll views on OS X

2014-07-22 Thread Keary Suska
On Jul 22, 2014, at 10:59 AM, Kyle Sluder wrote: > On Jul 22, 2014, at 7:13 AM, Keary Suska wrote: >> >> Based on the error it looks like a Mac OS X project, but if not, please >> always specify because there isn't complete feature parity with iOS. > > Allison did put “OS X” in the subject l

Re: Auto layout and scroll views on OS X

2014-07-22 Thread Kyle Sluder
On Jul 22, 2014, at 7:13 AM, Keary Suska wrote: > > Based on the error it looks like a Mac OS X project, but if not, please > always specify because there isn't complete feature parity with iOS. Allison did put “OS X” in the subject line. > So, for Mac OS X, auto layout is broken for NSScrollV

Re: Auto layout and scroll views on OS X

2014-07-22 Thread Keary Suska
On Jul 22, 2014, at 5:02 AM, Allison Newman wrote: > I have a simple application (zipped project can be found here: > http://phonicnoise.com/UIsandbox.zip ) that generates two rows of square > buttons. The number of buttons is generated dynamically based on model data. > The buttons plus spa

Auto layout and scroll views on OS X

2014-07-22 Thread Allison Newman
I have a simple application (zipped project can be found here: http://phonicnoise.com/UIsandbox.zip ) that generates two rows of square buttons. The number of buttons is generated dynamically based on model data. The buttons plus spacing should take up the entire vertical space of their paren