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