def main(r): L=log_table(r) t=ui.TableView() t.row_height=75 t.data_source=L t.delegate=L t.frame=(44.0, 44.0, 540.0, 576.0) t.present('sheet')