gpt4 book ai didi

ios - 基于按钮按下 Swift 在 sameTableViewController 中加载数据

转载 作者:行者123 更新时间:2023-11-29 01:24:53 25 4
gpt4 key购买 nike

我正在开发一个示例 iOS 应用程序,并希望根据用户在 View 顶部按下的按钮加载(在 tableViewController 中)某些数据。例如,当用户加载页面时,默认情况下会从“myPosts”加载数据,但在 View 顶部会有两个按钮“我的帖子”、“不是我的帖子”。如果他们随后选择“不是我的帖子”按钮,则表格 View 单元格将使用“notMyPosts”中的数据重新加载。有人知道该怎么做吗?

最佳答案

因此,这里最好的解决方案是使用分段控件。基本上,每个 TableView 都有一个 Controller ,SegmentedControl 有一个 Controller 。

tutorial还有这个question给出了 segmentedControl 的基本概念以及如何为其设置基本 Controller 。您基本上将拥有一个容器 View ,其中包含您要显示的每个 tableView 的 View ,并根据 SegmentedControl 上的选定段显示/隐藏它。

这就是你的 Storyboard的样子:

enter image description here

关于ios - 基于按钮按下 Swift 在 sameTableViewController 中加载数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34124157/

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