mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-05-31 01:35:41 +08:00
Merge pull request #122 from rheoli/version-0.7-form
Promotion update_table_data for FormotionScreens
This commit is contained in:
@@ -19,6 +19,13 @@ module ProMotion
|
||||
|
||||
s
|
||||
end
|
||||
|
||||
# emulate the ProMotion table update for formotion
|
||||
def update_table_data
|
||||
self.form = table_data
|
||||
self.form.controller = self
|
||||
self.tableView.reloadData
|
||||
end
|
||||
|
||||
def viewDidLoad
|
||||
super
|
||||
|
||||
Reference in New Issue
Block a user