怎样设置UIScrollView每次移动的偏移量

2025-04-28 16:28:18
推荐回答(1个)
回答1:

scrollView.contentOffset=CGPointMake(int x, int y);
我觉得已经够解决问题了