Method: Formotion::Form#tableView

Defined in:
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb,
lib/formotion/form/form_delegate.rb

#tableView(tableView, shouldIndentWhileEditingRowAtIndexPath: indexPath) ⇒ Object

UITableViewDelegate Methods



92
93
94
# File 'lib/formotion/form/form_delegate.rb', line 92

def tableView(tableView, numberOfRowsInSection: section)
  self.sections[section].rows.count
end