objective c - Display images in both portrait and landscape mode -
i have straight forward ui displays 3 250 x 180 images in uiimageview's want able show them in more interesting way , when ipad rotated landscape mode images overlap text etc. looks bit cheap. what options displaying 3 images more creatively? determine best way display images both orientations are. depending on how different things need be, got 3 basic options: 1) difference small, need tweak positioning. can accomplished adjusting images struts , springers on layout tab of @ nib editor. 2) need rearrange things make more sense when rotated. in case, implement willrotatetointerfaceorientation , adjust position of images in method. changes animated automatically, looks simple adjustments. 3) want give user different experience in both orientations. in case might want make separate view controllers both orientations. there quite few tutorials found if need approach. if matter of placing images in way fit, option 2 suitable one.