fix a timing to create table_view and call on_load

This commit is contained in:
toshiwo
2013-07-28 04:20:26 +09:00
parent 40e51fc271
commit a114a7bb25

View File

@@ -31,6 +31,9 @@ module ProMotion
end
def set_up_table_view
# before access self.table_data, create UITableView and call on_load
table_view
self.view = self.create_table_view_from_data(self.table_data)
end