Move all subviews to container view keeping positions and constraints

后端 未结 2 989
不思量自难忘°
不思量自难忘° 2021-02-18 13:07

I\'m using Xcode 5 and autolayout in my project. I have a .xib file with a lot of subviews and constraints between them. Now I need to create an intermediate fullsc

2条回答
  •  死守一世寂寞
    2021-02-18 13:30

    You can do this in Xcode 6 by using cut&paste to a separate view (which you can later drag around to wherever you actually need it).

提交回复
热议问题