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.
我在滚动视图中有一个文本视图。我滚动到文本的底部,我需要知道滚动视图何时到达文本的开头。当滚动视图无法向上移动时。
我希望您理解这个问题,如果您需要任何澄清,请告诉我。
谢谢你。
不确定这会有所帮助,但我认为这是您可以为 ScrollView 找到的更接近的方法:
ScrollView#onOverScrolled
希望能帮助到你