Method: UITextView#setText
- Defined in:
- lib/formotion/patch/ui_text_view_placeholder.rb
#setText(text) ⇒ Object
44 45 46 47 48 |
# File 'lib/formotion/patch/ui_text_view_placeholder.rb', line 44 def setText(text) old_setText(text) updateShouldDrawPlaceholder end |