If you've used one of the project templates you should have a Window in your MainWindow.xib. Select it in IB and do a get info. Status Bar can be set for none, black, etc.
Assuming your view is added to the window and is set to autosize then it should conform to the status bar. You can try moving the view down if it's already added to the window in IB.
As a last resort you can move the whole frame down in the awakeFromNib but that's a patch.
|