Method: MotionPrime::TableDelegate#textFieldShouldReturn

Defined in:
motion-prime/sections/table/table_delegate.rb

#textFieldShouldReturn(text_field) ⇒ Object



87
88
89
# File 'motion-prime/sections/table/table_delegate.rb', line 87

def textFieldShouldReturn(text_field)
  table_section.on_input_return(text_field)
end