More corrections to calculation. Move logic to _layoutViewsInView:withOrientation:

This commit is contained in:
Gregory John Casamento 2021-05-24 06:40:52 -04:00
parent 9c43880d85
commit f06f27f40d

View file

@ -96,7 +96,7 @@
newFrame.size.height += h; // * 2; // expand height
newFrame.origin.y -= h; // move the view down.
newHeight = newFrame.size.height + h; // start at top of view...
newHeight = newFrame.size.height; // start at top of view...
NSLog(@"frame for stack view %@", NSStringFromRect(newFrame));
[view setFrame: newFrame];