Sha256: f8c22b9de2c524914c836ddd25346773405af12148a1eed306dc6dcc9924c737
Contents?: true
Size: 305 Bytes
Versions: 25
Compression:
Stored size: 305 Bytes
Contents
class UITableView class << self def plain(frame=[[0, 0], [320, 480]]) UITableView.alloc.initWithFrame(frame, style: :plain.uitableviewstyle) end def grouped(frame=[[0, 0], [320, 480]]) UITableView.alloc.initWithFrame(frame, style: :grouped.uitableviewstyle) end end end
Version data entries
25 entries across 25 versions & 1 rubygems