Sha256: 3a43971f527cedf097f5af6749efb5c72b5fffdfe059cbd071c99501cadf97b7

Contents?: true

Size: 506 Bytes

Versions: 8

Compression:

Stored size: 506 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
    # Includes PM::PlainTable already
  end

  class GroupedTableScreen < TableScreen
    include ProMotion::GroupedTable
  end

  class SectionedTableScreen < TableScreen
    include ProMotion::SectionedTable
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ProMotion-0.7.8 lib/ProMotion/screens/table_screen.rb
ProMotion-0.7.6 lib/ProMotion/screens/table_screen.rb
ProMotion-0.7.5 lib/ProMotion/screens/table_screen.rb
ProMotion-0.7.4 lib/ProMotion/screens/table_screen.rb
ProMotion-0.7.3 lib/ProMotion/screens/table_screen.rb
ProMotion-0.7.2 lib/ProMotion/screens/table_screen.rb
ProMotion-0.7.1 lib/ProMotion/screens/table_screen.rb
ProMotion-0.7.0 lib/ProMotion/screens/table_screen.rb