IOS-Fixed content in UIScrollview
- by heaven
I have a problem with UIScrollView and UILabel. I'm adding UILabel using addSubview inside UIScrollView, one UILabel on the top
set Width: 3000 - height: 20;
other UILabel on the left: set height: 1000 - width: 50;
In the middle UISCrollView is here
I wanna
When scroll horizontal the UILabel on the top move to left or right (doesn't move to…