I have created a simple UIView hierarchy in IB:
Parent (UIView) child (UIView) child (UIView) child (UIButton)
The button sits atop the two sibling UIViews.
My app launches in landscape mode rather then portrait. When the only child view is a UIButton, the button correctly rotates 90 deg. However, when I add the child UIViews they remain unrotated with the properly rotated UIButton atop them. Wha?
Could someone please tell me how to make all child views created in IB follow the correct orientation behavior.
Cheers, Doug