Sha256: 7fe877107356fc2255169c501bac15491217993e7040e85a0d72fe2fab5ffc86
Contents?: true
Size: 192 Bytes
Versions: 22
Compression:
Stored size: 192 Bytes
Contents
module Teacup module TableViewDelegate def tableView(tableView, willDisplayCell:cell, forRowAtIndexPath:indexPath) cell.restyle! cell.apply_constraints end end end
Version data entries
22 entries across 22 versions & 1 rubygems