0
我的應用程序體系結構如下:MainWindowController初始化與主窗口,初始化後MainWindowController創建MainViewController,並將其分配給contentViewController 財產。如何將一個NSView控件下面的標題欄下的NSView?
現在我想添加一些控件MainViewController。當我將NSTextFiled使用AutoLayout位於視圖控制器的頂部時,textField將被標記欄標記爲MainWindow。我如何添加一個約束來定位標題欄下面的textField(在iOS中,我可以使用topLayoutGuide)?