ios - Move element when UITextView expands -


i trying make textview in scrollview "hoshi" textfield in github repo raulriera textfieldeffects

if have textview top/left/right constraint expand when enter more text right.

but when add uiview under it, cut off text if enter alot of characters, want move view/line under along textview when expands.

my constrains uiview top space textview >= 10 thought move view when textview expands nothing happens, instead text gets cut off , view wont move

here image constraint:

enter image description here

so how can make view move once textview expands?

programmatically change height constraint of textview based on text entered.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -