gpt4 book ai didi

iphone - 核心剧情动量滚动

转载 作者:行者123 更新时间:2023-12-03 20:21:59 24 4
gpt4 key购买 nike

有什么方法可以让 Core Plot 的滚动行为像 UIScrollView 中的动量滚动一样?我制作了一个 CPTGraphHostingView 并将其作为 subview 添加到 UIViewController.view 中。

有人可以提供指导或代码来指导我吗?

最佳答案

自版本 1.3 起,位于 CPTXYPlotSpace ,有一个名为 allowsMomentum 的标志:

If YES, plot space scrolling slows down gradually rather than stopping abruptly. Defaults to NO.

所以,你可以这样做:

CPTGraph* graph = /* Your graph object */
CPTXYPlotSpace* plotSpace = (CPTXYPlotSpace*)graph.defaultPlotSpace;
plotSpace.allowsMomentum = YES;

关于iphone - 核心剧情动量滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11407631/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com