MoZhouqi / KMPlaceholderTextView

A UITextView subclass that adds support for multiline placeholder written in Swift.
MIT License
805 stars 141 forks source link

Keyboard show up #36

Closed JuanPabloBoero closed 7 years ago

JuanPabloBoero commented 7 years ago

I have an issue when trying to start typing into the textview, if i tap on the textview the keyboard does not show up, only until i tap in the same line that the placeholder is, does not detect the rest of the text view as editable, if i add many text and later try to edit by tapping on that text happens the same, looks like it only accepts touch on an imaginary line on the top of the textview.. Using Swift 3, and the last version of the pod, 1.3.0.

JuanPabloBoero commented 7 years ago

Fixed, i forgot to add the constraints to the text view, anyway looks like if someone uses it programmatically will suffer the same.