Re: NSView -backingAlignedRect:

2012-08-26 Thread Uli Kusterer
On 25.08.2012, at 18:05, Andy Lee wrote: > hard to speculate since I don't know what this method is used for. It's for resolution independence and sharp line drawing. Quartz coordinates run *between* pixels, so if you draw a 1px black line from 10,10 to 100,10, you get a 2-pixel-wide 50% grey

Troubles with auto-layout

2012-08-26 Thread Martin Hewitson
Dear list, I wanted to change the way some components in my app resize, and it seemed sensible to use auto-layout to achieve this (because it seemed impossible/hard to do with the old springs and struts method). The view hierarchy is roughly like this: Window - Splitview