Module: Teacup::TableViewDelegate

Defined in:
lib/teacup-ios/table_view/table_view_delegate.rb

Instance Method Summary collapse

Instance Method Details

#tableView(tableView, willDisplayCell: cell, forRowAtIndexPath: indexPath) ⇒ Object



5
6
7
8
# File 'lib/teacup-ios/table_view/table_view_delegate.rb', line 5

def tableView(tableView, willDisplayCell:cell, forRowAtIndexPath:indexPath)
  cell.restyle!
  cell.apply_constraints
end