Class: UITableView

Inherits:
Object
  • Object
show all
Defined in:
lib/sugarcube/uitableview.rb

Class Method Summary collapse

Class Method Details

.groupedObject



6
7
8
# File 'lib/sugarcube/uitableview.rb', line 6

def grouped
  UITableView.alloc.initWithFrame([[0, 0], [320, 480]], style: :grouped.uitableviewstyle)
end

.plainObject



3
4
5
# File 'lib/sugarcube/uitableview.rb', line 3

def plain
  UITableView.alloc.initWithFrame([[0, 0], [320, 480]], style: :plain.uitableviewstyle)
end