AGWindowView
AGWindowView copied to clipboard
Subviews do not get Layouted on Rotation
Is there a reason that AGWindowView does not call setNeedsLayout for its child views on rotation?
No, that should happen automatically. I'll see if I get some time next evening to look at it.
Can you tell me how to reproduce? How do you trigger rotation? Could this be due to you not having set any autoresizing mask or similar on the view added to the AGWindowView?