iPhone Development: Core-Plot performance Slow when handling a huge data

后端 未结 3 1897
走了就别回头了
走了就别回头了 2021-01-07 11:40

iPhone Development: Core-Plot performance slow when handling a huge data.

I tried to put 500 Data into Plot. The performance show that it is really slow.

And

3条回答
  •  天命终不由人
    2021-01-07 12:11

    Plot a sample of your data! Don't plot all 500 data points if you don't actually need to draw them all.

提交回复
热议问题