lib/formotion/form/form_delegate.rb in formotion-1.0 vs lib/formotion/form/form_delegate.rb in formotion-1.1

- old
+ new

@@ -63,9 +63,11 @@ cell = tableView.dequeueReusableCellWithIdentifier(reuseIdentifier) || begin row.make_cell end + row.update_cell(cell) + cell end def tableView(tableView, heightForRowAtIndexPath: indexPath) row = row_for_index_path(indexPath) \ No newline at end of file