有没有可能添加背景图片来指定Eureka Form?

时间:2018-01-24 08:47:48

标签: eureka-forms

我想为表单本身添加背景,但我无法弄清楚如何去做。

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"
            }
    }
}

如何解决这个问题?谢谢:))

1 个答案:

答案 0 :(得分:0)

我知道!

有一个流行名称tableView ...