Well, I probably missed something. It was a fairly simple operation in Xcode 6, but I cannot find the same feature in Xcode 7.
Consider this layout:

I want to limit the vertical distance between label 1 and label 3. In Xcode 6, I can just select Multi Label 1 and Label 3, go to Editor → Pin → Vertical Spacing. However, this Pin parameter is no longer in Xcode 7. I can set the vertical distance between the nearest elements, but not the elements of my choice.
Does anyone know if this vertical space option was just rearranged to another tab? Or if he left?
(maybe I can do it programmatically, but I just want to know if there is a way to do this through the Storyboard)
source share