Sha256: 7ba8a55832777f6353a68ba4d17f2a41e7d13e20f969298128c8a41a3a292918

Contents?: true

Size: 231 Bytes

Versions: 42

Compression:

Stored size: 231 Bytes

Contents

class MPTableViewCellContentView < UITableViewCellContentView
  attr_accessor :section

  def setSection(section)
    @section = section.try(:weak_ref)
  end

  def drawRect(rect)
    section.try(:draw_in, rect)
    super
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
motion-prime-0.5.4 motion-prime/support/mp_cell_content_view.rb
motion-prime-0.5.3 motion-prime/support/mp_cell_content_view.rb