My app looks like this:
UIViewController -> UIScrollView -> UIView
Everything works well when user is rotating device.
However, if user rotates device to vertical and then other view is added AFTER user rotated device, new view is still in Portrait mode!
Any ideas what is wrong?