module Teacup::TableViewDelegate
Public Instance Methods
tableView(tableView, willDisplayCell:cell, forRowAtIndexPath:indexPath)
click to toggle source
# 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