Sha256: fe5e42c1aab7862c384f77e5db063f3c1f61ff95adb998e31a02c6ca74b66d2b
Contents?: true
Size: 257 Bytes
Versions: 6
Compression:
Stored size: 257 Bytes
Contents
motion_require 'string_row' module Formotion module RowType class NumberRow < StringRow def keyboardType if Device.ipad? return UIKeyboardTypeNumberPad end UIKeyboardTypeDecimalPad end end end end
Version data entries
6 entries across 6 versions & 1 rubygems