How to disable “Relative to margin” option for newly created constraint in Xcode6
问题 I want to disable automatic adding Relative to margin when creating constraints in IB of Xcode 6 . It's nice that they turn this option on by default, but I have to support iOS7 , so it turned out I have to manually disable this option every time after adding new constraint. I found this setting for disabling it beforehand, but it's always on by default. 回答1: This plugin will set a default value of Constrain to margins to disabled. https://github.com/mshibanami/DefaultMarginDisabler 回答2: The