Hi there. I am trying to get into Pythonista's ui module. I really need to grasp Tableview for use in a project I have been working. I haven't found a simple step-by-step tutorial, so I am trying to follow tips like these. After reading this conversation, I got a tableview made in the designer and the basic code to populated with a list (as shown above) and present it. It works.

Now, the next step is: How can I change it after? How can I add lines to this table while it's being presented?