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