标签: iphone objective-c uiscrollview
如果我有一个UIScrollView并将其移动到一个特定的位置,有没有办法让它移动到那个位置?
答案 0 :(得分:1)
检查UIScrollView的contentOffset属性: contentOffset - 内容视图的原点偏离滚动视图原点的点。
检查UIScrollView的contentOffset属性:
contentOffset - 内容视图的原点偏离滚动视图原点的点。
Get the current UIScrollView scroll values on the iPhone