分段控制器在启动时不隐藏项目

发布于 2025-01-01 01:18:31 字数 468 浏览 0 评论 0原文

我有一个分段控制器,我已经对其进行了编程,它可以正常工作,但有一个问题。当应用程序首次启动时,它具有所有项目(甚至是我编程隐藏的项目)。请参阅下面的图片。

当我第一次运行我的应用程序时,它看起来像这样。

当我第一次运行我的应用程序时,它看起来像这样。

单击分段控制器切换到另一个视图,就会发生这种情况

在此处输入图像描述

然后我单击返回原始内容,它们按照应有的方式隐藏。

在此处输入图像描述

如何获取它,以便在启动应用程序时它看起来像最后两张图片而不是全部隐藏起来?

I have a segmented controller that I have programed and it works and all, but there is one problem. When the app first launches it has all of the items (even the ones I have programmed to be hidden). See pictures below.

When I first run my app, it looks like this.

When I first run my app, it looks like this.

I click the segmented controller to switch to the other view and this happens

enter image description here

Then I click back to the original and they are hidden they way they are supposed to be.

enter image description here

How do I get it so that when I launch the app it appears like the last two pictures instead of some of all of it being un-hidden?

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

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

发布评论

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

评论(1

樱桃奶球 2025-01-08 01:18:31

确保 [A setHidden:YES] 中的“A”不为零

Make sure the "A" in [A setHidden:YES] is not nil

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