无法使 UITableView 出现在半透明导航栏下

Can't make UITableView appear under translucent navigation bar

我正在尝试使用半透明导航栏,并想将我的 table 视图(在 UITableViewController 中)放在导航栏下,但没有成功。

我一直在网上搜索,但我只找到有关如何将内容推送到导航栏下方的帮助,这与我正在尝试做的完全相反。

我在故事板中检查了 Under Top Bars。

请帮忙!

设置

self.automaticallyAdjustsScrollViewInsets = NO

viewDidLoad然后检查