Method: UITableViewCell.value1
- Defined in:
- lib/ios/sugarcube-factories/uitableviewcell.rb
.value1(cell_identifier, options = {}) ⇒ Object
returns a cell in the value1 style, with reuse identifier ‘cell_identifier`. Options are passed on to the `sugarcube_cell_factory` method.
16 17 18 |
# File 'lib/ios/sugarcube-factories/uitableviewcell.rb', line 16 def value1(cell_identifier, ={}) return sugarcube_cell_factory(cell_identifier, :value1, ) end |