def tableview_cell_for_row(self, tableview, section, row): cell = ui.TableViewCell() cell.text_label.text = str(self.items[row]) cell.text_label.alignment = ui.ALIGN_CENTER return cell