As you can see, in a 3 lines SplitViewController, on the top, there are while space that are not match the background color.
Any way to set them the same as the blue background?
The red background color was set by self.navigationController?.navigationBar.backgroundColor = .red. But set color there can't match the background color.

