I have a UIViewController which displays image along with some description. This page does not support any other orientation except portrait. On this page, when user click on image, I display image in full screen view using a UIImageViewController. This page supports all the orientation. When I am in landscape mode on second page and go back to the detail page then detail page automatically rotate back to portrait mode. but if I am in portraitUpsideDown on second page and then go back to detail page then this also keep displaying in portraitUpsideDown. How can I force the details page to display in portrait mode and not in portraitUpsideDown?
Thanks.