Add multiple restrictions at once in Xcode 7

In previous versions of Xcode, you could drag and drop from one user interface element into a storyboard to another, and by holding down the Shift button, you can add more restrictions between these two components - all at once. In Xcode 7, this does not work.

Any ideas on how to add multiple restrictions in Xcode 7 at once?

+4
source share
1 answer

I believe that this is the same, but now you should click "Add Constraints" in the same menu.

enter image description here enter image description here

, , - "Hold Shift", ". Shift , " " . Xcode 6 " " , Shift. Xcode 7 " " , .

+7

Source: https://habr.com/ru/post/1609335/


All Articles