Hi i want to know how to use autolayout
to achieve this behavior:
- In picture #1 is my
viewcontroller
contains with 3uiview
embedded withuitextview
, as you can see the uiview dont allow theuitextview
to show its full text. - So i want to know how could i use autolayout to resize the uiview in order that inner uitextview can show the full text like picture #2.
Picture #1:
Picture #2: