Method: Formotion::RowType::NumberRow#keyboardType

Defined in:
lib/formotion/row_type/number_row.rb

#keyboardTypeObject



7
8
9
10
11
12
# File 'lib/formotion/row_type/number_row.rb', line 7

def keyboardType
  if BW::Device.ipad?
    return UIKeyboardTypeNumberPad
  end
  UIKeyboardTypeDecimalPad
end