调整为较小的标题时,为什么我的导航栏下方有一个黑框? Swift 5

Why is there a black box under my navigation bar when resizing to a smaller title? Swift 5

在我的应用程序中,有一个主屏幕,导航栏中有一个大标题。还有一个详细信息屏幕,其中有一个小标题(遵循 Apple 的 HIG)。

但是,当过渡到详细信息屏幕时,在动画期间,导航栏下方有一个黑框(见图)

我有

edgesForExtendedLayout = []

似乎也没有帮助

好的,所以我刚刚修复了它。

self.navigationController.view.backgroundColor = .white