def tableview_cell_for_row(self, tableview, section, row): cell = ui.TableViewCell() cell.selectable = True cell.text_label.text = self.comments[section]['comment'] return cell