I also searched for this answer, and your answer gave me inspiration.
What you have done so far is correct. Here is the code:
self.form.formRowWithTag("whatever-tag").value = nil
self.tableView.reloadData()
The key is to reboot UITableView
Hope this helps =)
source
share