Xcode 9 Ios11 - > UITableViewController不会显示任何内容

时间:2018-05-12 14:46:15

标签: ios swift uitableview uiimageview

我有一个很大的问题,我已经搜索但没有找到任何东西。 一切顺利,然后我将此代码放在UITableViewController类的viewDidLoad()中。

    let imageView = UIImageView(frame: self.view.frame)
    let image = UIImage(named: "sample")!
    imageView.image = image
    self.tableView.backgroundView = imageView

如果我运行它,它只显示背景和单元格中的一些行,但没有文字:

Like this

0 个答案:

没有答案