Layout attributes relative to the layout margin on iOS versions prior to iOS 8
In the new version of iOS 8, Apple has added a feature called: Margin Relative. This could make problems at run, debug or compile time because older version does not support Margin Relative. To fix the problem: Disable all « Prefer margin relative » (uncheck) If it still does not work at the end, here’s my personal…