开发者

Having an issue with a scroll view moving in UIViewController

开发者 https://www.devze.com 2023-04-11 10:45 出处:网络
I am having an issue with a scrollview when switching UIViewControllers. When I navigate between UIViewControllers the Scrollview seems to adjust itself. How do I stop开发者_运维知识库 the scrollview

I am having an issue with a scrollview when switching UIViewControllers. When I navigate between UIViewControllers the Scrollview seems to adjust itself. How do I stop开发者_运维知识库 the scrollview from moving?


You can use the scrollEnabled property to turn off scrolling when you want to switch controllers. [scrollView setScrollEnabled:NO];

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号