How to disable highlighting in XCode's Interface Builder
Is there a way to disable object highlighting in interface builder? I am testing out a lot开发者_如何学运维 of different colors for an object, but the highlighting is making it a difficult process.
Thanks in advance!
You probably want to use the "Simulate Interface" option under the File menu. The representations of the UI Elements in the editor are never exact. They're more concerned with position, hierarchy, outlets, bindings etc than visual nuances.
精彩评论