Class: ProMotion::TableScreen
- Inherits:
-
TableViewController
- Object
- UITableViewController
- TableViewController
- ProMotion::TableScreen
- Defined in:
- lib/project/pro_motion/table.rb
Instance Method Summary collapse
-
#on_cell_created(cell, data) ⇒ Object
Don’t call super – would result in two on_load calls to the cell.
Methods inherited from TableViewController
Instance Method Details
#on_cell_created(cell, data) ⇒ Object
Don’t call super – would result in two on_load calls to the cell.
5 6 7 |
# File 'lib/project/pro_motion/table.rb', line 5 def on_cell_created(cell, data) self.rmq.build(cell) end |