UIToolbar 和状态栏之间应该有边框吗?

Is there supposed to be a border between UIToolbar and the status bar?

UI 此处提问;我认为 UI 工具栏应该与状态栏融为一体?还是仅适用于 NavigationControllers?

UIToolBar 在顶部有一个默认的 1px 线(超出范围)。

如果你想隐藏它使用

   toolbar.clipsToBounds=YES;

这将隐藏不在 UIToolBar 范围内的组件。在这里,线。