Jeon Suyeol
Jeon Suyeol
@vitonzhangtt you can use `@import UITextView_Placeholder;` when using `use_framework!`. It is documented on README.md
@ericanylee, can you set the background color of the textView and check the actual boundary?
Hmm, how about just not updating the font if there is `attributedPlaceholder`? For example: ```diff if (self.needsUpdateFont) { - self.placeholderLabel.font = self.font; + if (self.attributedPlaceholer != nil) { + self.placeholderLabel.font...
@dourgulf, thanks for your work. I'll take a look this soon :+1:
If you're textView's text alignment is set to right, placeholder will follow that alignment. 
Can you write tests for this?
@op1000, what kind of error message did you get?
@op1000, That's odd. Have you tried after updating spec repo? ``` console $ pod repo update # this will update local CocoaPods spec repository Updating spec repo `master` $ pod...
How did you set the reactor?
@amanpreet-driveu, is there any code that accesses to `view` in the `referralVC`'s initializer?