module ProMotion::GroupedTable::GroupedTableClassMethods

Public Instance Methods

table_style() click to toggle source
# File lib/ProMotion/table/grouped_table.rb, line 4
def table_style
  UITableViewStyleGrouped
end