Xcode Warning:Unsupported Configuration Content rectangle解决
参考资料:http://stackoverflow.com/questions/12423654/unsupported-configuration-error-in-cocoa-xcode
警告:
" Unsupported Configuration Content rectangle not entirely on screen with the menu bar ( May not be completely seen for all screen resolution and configurations)"
原因:
不同的显示器分辨率不同,设定window的位置后,有可能在屏幕上显示不全
解决办法:
在IB里调整Window的位置
You just need to move the window in the sizing inspector in IB.
至于如何在代码里调整,直接看参考资料