NextGrowingTextView icon indicating copy to clipboard operation
NextGrowingTextView copied to clipboard

Placeholder missing after updating to most recent version?

Open eskimo opened this issue 7 years ago • 4 comments

As the title suggests my placeholder doesn't seem to get set anymore?

eskimo avatar Aug 23 '18 17:08 eskimo

@jq1106 Really? How do you set placeholder? Could you show me the screen of your application?

muukii avatar Aug 23 '18 19:08 muukii

theTextView.placeholderAttributedText = NSAttributedString(string: "Message", attributes: [NSAttributedStringKey.foregroundColor:Theme.inputPlaceholderColor, NSAttributedStringKey.font:self.theTextView?.textView.font!])

I didn't take a screenshot and already moved back down to the previous version.

eskimo avatar Aug 23 '18 19:08 eskimo

@jq1106 It seems like placeholder is working in the demo application. What's the difference?

muukii avatar Aug 24 '18 01:08 muukii

Yeah I tried the demo to see if there was an issue but it worked for me too. Tried looking through the changes in the recent commit to see if I could figure out what caused the issue but couldn't figure it out. All I know is the placeholder works on the 1.2.2 version, but doesn't show if I pod update and build my project again.

eskimo avatar Aug 24 '18 01:08 eskimo