My label.text
is very huge. I have ensured that my label will contain any amount of text. I just want my view controller to be scrolled so that I can read my label.
I think it's possible with storyboard itself, but I'm not able to do it.
I tried "editor -> embed in -> scroll view". I also tried adding scrollview to my view controller but nothing worked.