I have added the UIImageview to the viewcontroller which was presented modally,my problem was when i rotate the device imageview disappearing.I am facing this problem in iPad when rotated in all orientation,but some time can able view the image.I was wondering with this issue.
Any help would be appreciated. Thanks in advance .
It could have to do with Autolayout. Ensure that you have your constraints set properly. I.e. maybe set the distance of the top position to the superview and the leading position to the superview properly.