Sha256: 9b7bea6614041991af31e20a514fcbf742eb6d1c8afb8229193644862e2c9b62

Contents?: true

Size: 494 Bytes

Versions: 8

Compression:

Stored size: 494 Bytes

Contents

module ProMotion
  # You can inherit a table screen from any UITableViewController if you include TableScreenModule
  # Just make sure to implement the Obj-C methods in cocoatouch/TableViewController.rb.
  class TableScreen < TableViewController
    include ProMotion::TableScreenModule
  end

  class GroupedTableScreen < TableScreen
    include ProMotion::MotionTable::GroupedTable
  end

  class SectionedTableScreen < TableScreen
    include ProMotion::MotionTable::SectionedTable
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ProMotion-0.6.5 lib/ProMotion/screens/table_screen.rb
ProMotion-0.6.4 lib/ProMotion/screens/table_screen.rb
ProMotion-0.6.3 lib/ProMotion/screens/table_screen.rb
ProMotion-0.6.2 lib/ProMotion/screens/table_screen.rb
ProMotion-0.6.1 lib/ProMotion/screens/table_screen.rb
ProMotion-0.6.0 lib/ProMotion/screens/table_screen.rb
ProMotion-0.5.2 lib/ProMotion/screens/table_screen.rb
ProMotion-0.5.0 lib/ProMotion/screens/table_screen.rb