Jeon Suyeol

Results 171 comments of 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. ![simulator screen shot 13 apr 2017 4 57 13 pm](https://cloud.githubusercontent.com/assets/931655/24995571/3f61dcfa-206a-11e7-8d10-0bdd7c22bdd1.png)

@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?