I am making changes to my app to support 3.5″ display. Currently it is supporting 4″ display. The screen layout looks like this. How to add following constraint in storyboard ? (I have enabled auto layout option in storyboard.)
How to set button1 & button2 width to the half of super view's width ? and both should intersect at the middle of the superview's width.
UIImage #1 should be placed at the middle of the superview's width.




