Sha256: 97650c00e94db4467f7d5ae3f53f34de39f4e744e56bcf691efe241005df25d8
Contents?: true
Size: 316 Bytes
Versions: 5
Compression:
Stored size: 316 Bytes
Contents
module MotionTable module GroupedTable include MotionTable::SectionedTable def tableView @tableView ||= UITableView.alloc.initWithFrame(self.view.frame, style:UITableViewStyleGrouped) @tableView.dataSource = self; @tableView.delegate = self; return @tableView end end end
Version data entries
5 entries across 5 versions & 1 rubygems