将一个 uitableview 中的值插入到多个 uitableview 中?

发布于 2024-10-13 04:47:30 字数 211 浏览 4 评论 0原文

你好, 我已将 sqlite 表中的值插入到 uitableView 中。但是现在我在其他视图中拥有了分段控制。当我单击分段控制的第一个选项卡时,我需要将 uitableview 的半值获取到附加到 sementedControl 的 uitableview。当我单击“其他”时我需要从 uitableview 到附加到分段控件的另一个 UITableview 获取其他半值。

感谢你

HI,
I have inserted the values from sqlite table to uitableView.But now I have the segmentedControl in other view.As i click on first tab of segmentedControl I need to get half values of uitableview to the uitableview attached to sementedControl.And when I click on Other tab I neeed to get other half values from uitableview to the another UITableview Atttached to segmented control.

thank u

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

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

发布评论

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

评论(1

吻泪 2024-10-20 04:47:30

这篇帖子可能会有所帮助。否则 参见

听起来您需要 2 个 NSArray 对象来保存 sqlite 数据中的 2 组值。然后,当您从 UISegmentedControl 中进行选择时,指向正确的数据集并调用 [tableview reloadData] 说。

This post might help. Otherwise see.

Sounds like you need 2 NSArray objects holding your 2 set of values from your sqlite data. Then when you select from the UISegmentedControl, point to the correct set of data and call [tableview reloadData] say.

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