mirror of
https://github.com/zhigang1992/ProMotion.git
synced 2026-06-02 06:49:45 +08:00
Changed PM::SectionedTable to PM::Table
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module ProMotion
|
||||
module GroupedTable
|
||||
include SectionedTable
|
||||
include Table
|
||||
include RefreshableTable
|
||||
|
||||
def table_view
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
module ProMotion
|
||||
module PlainTable
|
||||
include SectionedTable
|
||||
include Table
|
||||
include SearchableTable
|
||||
include RefreshableTable
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@ module ProMotion
|
||||
# Just make sure to implement the Obj-C methods in cocoatouch/TableViewController.rb.
|
||||
class TableScreen < TableViewController
|
||||
include ProMotion::TableScreenModule
|
||||
# Includes PM::PlainTable already
|
||||
end
|
||||
|
||||
class GroupedTableScreen < TableScreen
|
||||
|
||||
Reference in New Issue
Block a user