此代码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"))