I am learning Swift and I want to find out how I can scroll through UILabel
I have a shortcut that fills dynamically, but the text goes under the bottom panel.

I tried with 0 lines, restrictions .. I would like to scroll the view to read all the text
UPDATE
After the answers I had this situation.

With Textview I can read all the text using scrolling. With UIScrollbar and UILabel I can not read all the text.
When do I need to use TextView instead of UIScrollBar + UiLabel?
source
share