Sha256: 1a6fa27fc3401fb8136e41d9c69baa1570428b25aa390d306d6cf771602a3717

Contents?: true

Size: 178 Bytes

Versions: 7

Compression:

Stored size: 178 Bytes

Contents

motion_require 'string_row'

module Formotion
  module RowType
    class PhoneRow < StringRow

      def keyboardType
        UIKeyboardTypePhonePad
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
formotion-1.8 lib/formotion/row_type/phone_row.rb
formotion-1.7 lib/formotion/row_type/phone_row.rb
formotion-1.6 lib/formotion/row_type/phone_row.rb
formotion-1.5.1 lib/formotion/row_type/phone_row.rb
formotion-1.5.0 lib/formotion/row_type/phone_row.rb
formotion-1.4.0 lib/formotion/row_type/phone_row.rb
formotion-1.3.1 lib/formotion/row_type/phone_row.rb