Method: MPTextView#drawRect

Defined in:
motion-prime/support/mp_text_view.rb

#drawRect(rect) ⇒ Object



47
48
49
50
51
# File 'motion-prime/support/mp_text_view.rb', line 47

def drawRect(rect)
  drawPadding(rect)
  drawPlaceholder(rect)
  super
end