已推送 ViewController 显示未分配的背景颜色

Pushed ViewController Displays Unassigned Background Colors

storyboard 中,我在托管容器 viewcontroller 的父 viewcontroller 中嵌入了 navigationcontroller。在容器 viewcontroller 中,我正在将另一个 viewcontroller 推到覆盖整个屏幕的堆栈上。

然而,当我将其设置为透明时,屏幕的背景颜色为红色。此外,collectionview 的背景本应该是白色,但它也是黑色的,最后,推送动画本身有一个拖出的延迟。

有指导吗?

似乎是一些错误,但在 post 上发现,如果您将背景颜色设置为实际颜色(在我的例子中是白色),问题就解决了,我就是这种情况。