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