https://stackoverflow.com/questions/19192141/dynamic-uilabel-height-inside-uiscrollview-with-autolayout
If you want to make it with views:
Add a UIScrollview with a constraint height >= [minimum value you want] e.g. 480 Add a UILabel to the scrollview with a height constraint >= [minimum value you wan] e.g. 460