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.
通常在 iOS 代码中我们可以这样做:
scrollView.decelerationRate = UIScrollViewDecelerationRateFast;
也许这应该是可以设置为配置 json 中的设置的东西?
如果它是您的优先事项,这将作为本机插件是可行的;这也是我们将添加到我们的核心模块之一的东西,但由于我们没有看到对它的太多需求,所以目前我们不能优先考虑它。