Sha256: bf097f7a7491278818ac82d86e1654a0979e760ac2b6d7592eb2468bef0671da

Contents?: true

Size: 181 Bytes

Versions: 7

Compression:

Stored size: 181 Bytes

Contents

motion_require 'string_row'

module Formotion
  module RowType
    class EmailRow < StringRow

      def keyboardType
        UIKeyboardTypeEmailAddress
      end

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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