Method: ProMotion::MotionTable::SectionedTable#update_table_view_data

Defined in:
lib/ProMotion/screen_helpers/_tables/_sectioned_table.rb

#update_table_view_data(data) ⇒ Object Also known as: updateTableViewData



30
31
32
33
# File 'lib/ProMotion/screen_helpers/_tables/_sectioned_table.rb', line 30

def update_table_view_data(data)
  set_table_view_data data
  self.table_view.reloadData
end