I have several UILabels. I setup a UIScrollView within a app that works fine. The problem that I’m having is I want some UILabels to scroll and some to remain frozen. I don’t think this is a coding problem as much as a interface builder issue.
Share
You can simply add the UILabel as subView of scrollView which you want to scroll. And add the UILabel as subView of self.view which you dont want to scroll.