Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 uiscrollview 滚动某个值之后,我想在 uiscrollview 中获取当前的控制位置。
滚动视图中控件的位置实际上不会随着滚动而改变。所以:
yourSubview.frame总是固定的。您可以通过查看以下内容来检查在滚动视图中滚动了多少内容:scrollview.contentOffset您可能猜到的 contentOffset 默认从 CGPoint 开始:(0,0) 滚动后,此值会相应更新。
yourSubview.frame
scrollview.contentOffset