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.
我有一个 UIWebView,其中有一个 div,其中有用户可以滚动的溢出。div 内内容的背景颜色会根据计时器而变化。
当我在 div 内滚动内容时,背景颜色不会改变,直到我松开手指。
有没有办法在我滚动时仍然允许 div 中的界面更新?
没有。Apple 的 WebView 不允许您在滚动期间更改 UI。好吧,您可以更新它,但在视图完成减速之前它不会重绘。
这可能是为什么只发送一个 didScroll 事件的原因 - 当减速完成时。