Sha256: f9a0e5dc2248419c0e2aefff0b364403c9231106f16365440c344cdc98bf21bb

Contents?: true

Size: 171 Bytes

Versions: 13

Compression:

Stored size: 171 Bytes

Contents

class DMViewWithSection < UIView
  attr_accessor :section

  def setSection(section)
    @section = section
  end

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
motion-prime-0.4.2 motion-prime/support/dm_view_with_section.rb
motion-prime-0.4.1 motion-prime/support/dm_view_with_section.rb
motion-prime-0.4.0 motion-prime/support/dm_view_with_section.rb
motion-prime-0.3.3 motion-prime/support/dm_view_with_section.rb
motion-prime-0.3.2 motion-prime/support/dm_view_with_section.rb
motion-prime-0.3.1 motion-prime/support/dm_view_with_section.rb
motion-prime-0.3.0 motion-prime/support/dm_view_with_section.rb
motion-prime-0.2.1 motion-prime/support/dm_view_with_section.rb
motion-prime-0.2.0 motion-prime/support/dm_view_with_section.rb
motion-prime-0.1.7 motion-prime/support/dm_view_with_section.rb
motion-prime-0.1.6 motion-prime/support/dm_view_with_section.rb
motion-prime-0.1.5 motion-prime/support/dm_view_with_section.rb
motion-prime-0.1.4 motion-prime/support/dm_view_with_section.rb