完成http请求后以编程方式创建动态表单

时间:2015-04-08 02:10:48

标签: swift form-submit

我使用此库https://github.com/ortuman/SwiftForms创建了快速表单。我想在http请求完成后加载表单,或者我可以在表单上加载http结果的任何其他解决方案。这是我的代码

form

1 个答案:

答案 0 :(得分:0)

我尝试将新部分附加到表单并在func loadLayerForm()末尾重新加载表,如下所示:

//add new section to the form
self.form.sections.append(newSection)

//reload table view 
tableView.reloadData()