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