Sha256: 30a50a6c2c925dbbd3d08ae82d1a4ee28041775be220c40e28e7d1941c45f18f
Contents?: true
Size: 224 Bytes
Versions: 10
Compression:
Stored size: 224 Bytes
Contents
class MPCollectionCellWithSection < UICollectionViewCell attr_reader :section def setSection(section) @section = section.try(:weak_ref) end def drawRect(rect) section.try(:draw_in, rect) super end end
Version data entries
10 entries across 10 versions & 1 rubygems