On 24 Sep 2014, at 14:29, Allan Odgaard wrote:
I have implicit animations enabled which means that when my NSView’s
-layout or -resizeSubviewsWithOldSize: methods are called, the frame
property of the view reflects the animation’s current value, which
means I place subviews in wrong locations
I have implicit animations enabled which means that when my NSView’s
-layout or -resizeSubviewsWithOldSize: methods are called, the frame
property of the view reflects the animation’s current value, which
means I place subviews in wrong locations.
How should I obtain the actual (target) frame?