Sha256: 0154baf196efc520c6b5a41a84e7fd97dc3aac65d509be9a33143995fc93e786

Contents?: true

Size: 190 Bytes

Versions: 10

Compression:

Stored size: 190 Bytes

Contents

class DMCellWithSection < UITableViewCell
  attr_accessor :section

  def setSection(section)
    @section = section
  end

  def drawRect(rect)
    super
    section.draw_in(rect)
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
motion-prime-0.3.3 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.3.2 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.3.1 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.3.0 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.2.1 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.2.0 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.1.7 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.1.6 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.1.5 motion-prime/support/dm_cell_with_section.rb
motion-prime-0.1.4 motion-prime/support/dm_cell_with_section.rb