Sha256: f026dcbfc048d103ee2d86437375fce9eb2207813e1331ba82ee2d373b374712

Contents?: true

Size: 223 Bytes

Versions: 41

Compression:

Stored size: 223 Bytes

Contents

class MPLabel < UILabel
  include MotionPrime::SupportKeyValueStore
  include MotionPrime::SupportPaddingAttribute

  def drawTextInRect(rect)
    rect = UIEdgeInsetsInsetRect(rect, padding_insets)
    super(rect)
  end
end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
motion-prime-0.9.7 motion-prime/support/mp_label.rb
motion-prime-0.9.6 motion-prime/support/mp_label.rb
motion-prime-0.9.5 motion-prime/support/mp_label.rb
motion-prime-0.9.4 motion-prime/support/mp_label.rb
motion-prime-0.9.3 motion-prime/support/mp_label.rb
motion-prime-0.9.2 motion-prime/support/mp_label.rb
motion-prime-0.9.1 motion-prime/support/mp_label.rb
motion-prime-0.9.0 motion-prime/support/mp_label.rb
motion-prime-0.8.12 motion-prime/support/mp_label.rb
motion-prime-0.8.11 motion-prime/support/mp_label.rb
motion-prime-0.8.10 motion-prime/support/mp_label.rb
motion-prime-0.8.9 motion-prime/support/mp_label.rb
motion-prime-0.8.8 motion-prime/support/mp_label.rb
motion-prime-0.8.7 motion-prime/support/mp_label.rb
motion-prime-0.8.6 motion-prime/support/mp_label.rb
motion-prime-0.8.5 motion-prime/support/mp_label.rb
motion-prime-0.8.4 motion-prime/support/mp_label.rb
motion-prime-0.8.3 motion-prime/support/mp_label.rb
motion-prime-0.8.2 motion-prime/support/mp_label.rb
motion-prime-0.8.1 motion-prime/support/mp_label.rb