草庐IT

3PlotStrip

全部标签

ios - F3PlotStrip动态添加的图有问题

我目前正在开发基于Graphs的iOS应用程序。为此,我使用了名为F3PlotStrip的第三方控件。.实现是这样的:-(void)viewDidLoad{_ecgView=[[F3PlotStripalloc]initWithFrame:CGRectMake(50,50,648,299)];_ecgView.lineColor=[UIColorgreenColor];_ecgView.lowerLimit=-10.0f;_ecgView.upperLimit=10.0f;[self.viewaddSubview:_ecgView];[NSTimerscheduledTimerWith