I want to make the center of the head imageView with the bottom of the blue title imageView\'s keep alignment.
How can I do it by using Autolayout?
screen 4.0inc
If you have 2 views (fixed one and float one) and your float has a fixed height, you can set vertical-space from float to fixed, with -height/2 value. example: if your button has height of 20, then set vertical-space to fixed-view with value -10
-height/2
-10