How do I (easily) delete a constraint in Interface Builder in Xcode 6

前端 未结 6 1060
栀梦
栀梦 2021-02-06 21:20

Assume you\'ve selected an object and you have the Size Selector in the Utilities panel open. You can see the list of constraints applied to the object. In the list of constrain

6条回答
  •  时光说笑
    2021-02-06 22:08

    If you want to delete ALL constraints from a viewController simply turn off auto layout and then reenable it (or don't) and all of the constraints will be gone.

提交回复
热议问题