Method: MotionPrime::AbstractCollectionSection#on_input_return

Defined in:
motion-prime/sections/abstract_collection.rb

#on_input_return(text_field) ⇒ Object



255
256
257
# File 'motion-prime/sections/abstract_collection.rb', line 255

def on_input_return(text_field)
  text_field.resignFirstResponder
end