Class: ProMotion::TableScreen

Inherits:
TableViewController show all
Defined in:
lib/project/pro_motion/table.rb

Instance Method Summary collapse

Methods inherited from TableViewController

#class_handles_delegates?

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