如何使用 Xcode 在 ipad 上显示动态图表

发布于 2024-10-21 16:08:18 字数 375 浏览 1 评论 0原文

我正在学习如何为 ipad 进行开发,并且我有一个相当大的项目要做。

我已经通过 IOS 模拟器、xcode 和界面构建器在 ipad 上加载了屏幕和按钮。我的下一个任务是在 ipad 上显示一个图表,该图表每 30 秒左右更新一次其绘图和点。

如果您听说过加州 ISO,它显示了美国的电力需求高峰 http:// /www.caiso.com/outlook/SystemStatus.html 我基本上想创建一个以类似方式表示数据的图表:它在 ipad 上自行更新。

我再次使用 xcode 和界面构建器。我完全不知道从哪里开始哈哈

I am learning how to develop for the ipad and I have a pretty big project to do.

I already have screens and buttons loaded on the ipad via IOS simulator, xcode and interface builder. My next task is to display a graph on the ipad that is updating its plots and points every 30 seconds or so.

If you've ever heard of California ISO, it shows peak demand for electricity in the united states http://www.caiso.com/outlook/SystemStatus.html and I basically want to create a graph that represents data in a similar way: it updates by itself on the ipad.

Again I am using xcode and interface builder. I don't know where to begin at all haha

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吐个泡泡 2024-10-28 16:08:18

每当您有新数据要显示时,请在图表上调用 -reloadData。它将查询您的数据源以获取新数据并重新绘制绘图。

Call -reloadData on your graph whenever you have new data to display. It will query your datasource for the new data and redraw the plots.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文