我想为表单本身添加背景,但我无法弄清楚如何去做。
class ChallengeViewController: FormViewController {
override func viewDidLoad() {
super.viewDidLoad()
//how to add background picture to the form???
form +++
TextRow("title").cellSetup {cell,row in
cell.textField.placeholder = "Task title"
}
}
}
如何解决这个问题?谢谢:))
答案 0 :(得分:0)
我知道!
有一个流行名称tableView ...