Method: UITextView#initWithCoder

Defined in:
lib/formotion/patch/ui_text_view_placeholder.rb

#initWithCoder(decoder) ⇒ Object



6
7
8
9
10
# File 'lib/formotion/patch/ui_text_view_placeholder.rb', line 6

def initWithCoder(decoder)
  old_initWithCoder(decoder)
  setup
  self
end