I\'m trying to show a long chunk of text inside a UILabel in one line. The UILabel is a subview of UIScrollView so I can scroll and see the entire UILabel.
My proble
Turns out the code is just fine - but the Use Autolayout was checked. Unchecked it - everything works just great...