I would like to be able to programmatically update the footer title of a section inside a table view, while I am typing text through a keyboard. The keyboard appears when I click on a cell to make its detailedText view editable, so I would like to update the footer title without reloading from the data source.
In fact, if I did this, the keyboard would disappear so it is not a good form of interaction. I’ve not been able to find a good solution to this problem… any suggestions?
Thank you
If you have groupped table, you can use:
Declare
yourLabelin your.hfile. Then, you can access it viaPlease check if that works 🙂