is there any flag to suppress Ambiguous Layout or Misplaced views for storyboards in Xcode 5.
I am adding the constraints in code and am just using the views in Interfac
Select Project Build Settings -> Interface Builder XIB Compiler - Options -> Show Warnings -> set to "NO"
Note that if you wish to clear existing warnings you can clean your project using Shift+⌘+k
I needed to completely restart Xcode for the
Interface Builder XIB Compiler - Options
WARNINGS Flag = NO
to be considered!