Sha256: c345120fd9fae8427402bee36bf18667fd61517f3aaa7519bf03ed8012ff51c4

Contents?: true

Size: 237 Bytes

Versions: 33

Compression:

Stored size: 237 Bytes

Contents

module ProMotion
  module GroupedTable
    module GroupedTableClassMethods
      def table_style
        UITableViewStyleGrouped
      end
    end
    def self.included(base)
      base.extend(GroupedTableClassMethods)
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
ProMotion-2.0.1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.0.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.0.0.rc5 lib/ProMotion/table/grouped_table.rb
ProMotion-2.0.0.rc4 lib/ProMotion/table/grouped_table.rb
ProMotion-2.0.0.rc3 lib/ProMotion/table/grouped_table.rb
ProMotion-2.0.0.rc2 lib/ProMotion/table/grouped_table.rb
ProMotion-2.0.0.rc1 lib/ProMotion/table/grouped_table.rb
ProMotion-1.2.1 lib/ProMotion/table/grouped_table.rb
ProMotion-1.2.0 lib/ProMotion/table/grouped_table.rb
ProMotion-1.1.2 lib/ProMotion/table/grouped_table.rb
ProMotion-1.1.1 lib/ProMotion/table/grouped_table.rb
ProMotion-1.1.0 lib/ProMotion/table/grouped_table.rb
ProMotion-1.1.0.rc1 lib/ProMotion/table/grouped_table.rb