devxoul / UITextView-Placeholder

A missing placeholder for UITextView
MIT License
1.48k stars 259 forks source link

Update UITextView+Placeholder.m #32

Closed xemto closed 8 years ago

xemto commented 8 years ago

I think it's concise.

devxoul commented 8 years ago

@xemto, _cmd is short but implicit. I think it's better using @selector(needsUpdateFont) explicitly to prevent side effects. Anyway, thanks for your work.