Closed RogyMD closed 5 years ago
The issue is caused when the placeholderLabel size is bigger than text view's size, so that placeholderLabel is not display fully.
placeholderLabel
Fixed by adding one more constraint to the text view that doesn't allow the text view to have smaller height than placeholderLabel.
Added also swift5 support.
The issue is caused when the
placeholderLabel
size is bigger than text view's size, so thatplaceholderLabel
is not display fully.Fixed by adding one more constraint to the text view that doesn't allow the text view to have smaller height than
placeholderLabel
.Added also swift5 support.