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