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-3.0.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.8.2 lib/ProMotion/table/grouped_table.rb
ProMotion-2.8.1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.8.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.7.1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.7.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.6.1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.6.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.5.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.5.0.beta1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.4.2 lib/ProMotion/table/grouped_table.rb
ProMotion-2.4.1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.4.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.3.1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.3.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.2.2 lib/ProMotion/table/grouped_table.rb
ProMotion-2.2.1 lib/ProMotion/table/grouped_table.rb
ProMotion-2.2.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.1.0 lib/ProMotion/table/grouped_table.rb
ProMotion-2.1.0.beta1 lib/ProMotion/table/grouped_table.rb