Method: RMXKeyboardHelpers#keyboardChangedInternal

Defined in:
lib/motion/RMXKeyboardHelpers.rb

#keyboardChangedInternal(notification) ⇒ Object

listens for the rmxKeyboardChanged notification and extracts the userInfo to call a friendlier method



29
30
31
32
33
34
# File 'lib/motion/RMXKeyboardHelpers.rb', line 29

def keyboardChangedInternal(notification)
  if isViewLoaded
    info = notification.userInfo
    keyboardChanged(info)
  end
end