I am using the XLFORM library with swift, I want to clear the value of the row after a successfully request .
I am trying to get the row object using self.form.formRowWithTag and changing the value using .value but unfortunately I am not able to get the row's object :(
anyone can help on this ?
I was searching for this answer as well, and your answer gave me inspiration.
What you have done so far is correct. Here is the code:
The key is to reload your
UITableView
Hope this helps =)