How do I increase the width
of two image views
which are located inside a main view to landscape
orientation through a UIInterface
nib file from portrait orientation, where the sizes of image view are different to one another?
I need a increase in width proportional to their default size.
Explain by setting a constraint
in the nib file.
example, my image view1 is in left corner of the main view and image view2 is in right corner of the main view.both of same height but width is different.first it is in portrait i am setting this in nib file.while running by changing the portrait view into landscape either any one of the sizes gets increased.but my requirement is need to expand the width of both image view from their original width size in correct ratio.for this how to set the constraint in nib file
the image for my requirement
as in portrait orientation,
and i need in landscape orientation as,
here one more doubt was that cant make correct streching size too in horizontal orientation for that orange and white (height i am mentioning here) colour image views.