Everything used to work great until yesterday I updated Xcode to version 8.
If I don\'t use any constraints, I can see the buttons but when I apply constraint(s) to
I just found the solution. Most probably this is a Xcode 8 bug. I also faced this issue.
The solution is to change the Xcode version in the interface builder..
Steps,
Select your .xib file.
Open the Utilities section.
Select "File Inspector"
Under the "Interface Builder Documents" change the Xcode version of "Opens in" to "Xcode 7.x"
I think, this will help you.