Issue resizing the textView
chashmeetsingh opened this issue · 5 comments
chashmeetsingh commented
The textView is not resizing itself. I have tried using inputTextView.superview?.layoutIfNeeded()
for forcing it to update height but it isn't.
Please let me know if something wrong with the usage or declaration. thanks! @ruslanskorb
ruslanskorb commented
chashmeetsingh commented
Setting it to 4 doesn't resize the text view. The height remains the same.
ruslanskorb commented
chashmeetsingh commented
My bad. Thanks, that was it.
ruslanskorb commented
👍