Delete the grey bar at the bottom of the UIView-Collection of common programming errors

Why does all my UIViews have a grey bar at the bottom. I can hide it in runtime with the code self.navigationController.toolbarHidden = YES;

But I need it hidden in development mode. I have tried changing the navigation controller properties to bottom bar = non, did nothing.

How can I get rid of this grey bar at the bottom in development mode?