此代码viewDidLoad用于将背景图像添加到tableView通用的 a 中tableViewController,但是使用 Parse SDK,它不会在 a 中添加背景图像PFQueryTableViewController。我在 PFQTVC 中做错了什么?
peopleTableView.backgroundView = UIImageView(image: UIImage(named: "SFStreetcar"))
此代码viewDidLoad用于将背景图像添加到tableView通用的 a 中tableViewController,但是使用 Parse SDK,它不会在 a 中添加背景图像PFQueryTableViewController。我在 PFQTVC 中做错了什么?
peopleTableView.backgroundView = UIImageView(image: UIImage(named: "SFStreetcar"))