我使用此库https://github.com/ortuman/SwiftForms创建了快速表单。我想在http请求完成后加载表单,或者我可以在表单上加载http结果的任何其他解决方案。这是我的代码
答案 0 :(得分:0)
我尝试将新部分附加到表单并在func loadLayerForm()末尾重新加载表,如下所示:
//add new section to the form
self.form.sections.append(newSection)
//reload table view
tableView.reloadData()