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.8.0 motion-prime/support/mp_label.rb
motion-prime-0.7.2 motion-prime/support/mp_label.rb
motion-prime-0.7.1 motion-prime/support/mp_label.rb
motion-prime-0.7.0 motion-prime/support/mp_label.rb
motion-prime-0.6.0 motion-prime/support/mp_label.rb
motion-prime-0.5.7 motion-prime/support/mp_label.rb
motion-prime-0.5.6 motion-prime/support/mp_label.rb
motion-prime-0.5.5 motion-prime/support/mp_label.rb
motion-prime-0.5.4 motion-prime/support/mp_label.rb
motion-prime-0.5.3 motion-prime/support/mp_label.rb
motion-prime-0.5.2 motion-prime/support/mp_label.rb
motion-prime-0.5.1 motion-prime/support/mp_label.rb
motion-prime-0.5.0 motion-prime/support/mp_label.rb
motion-prime-0.4.5 motion-prime/support/mp_label.rb
motion-prime-0.4.4 motion-prime/support/mp_label.rb
motion-prime-0.4.3 motion-prime/support/mp_label.rb
motion-prime-0.4.2 motion-prime/support/mp_label.rb
motion-prime-0.4.1 motion-prime/support/mp_label.rb
motion-prime-0.4.0 motion-prime/support/mp_label.rb
motion-prime-0.3.3 motion-prime/support/mp_label.rb