iPhone SDK:如何解决具有六个选项卡的选项卡栏控制器

发布于 2024-10-11 09:18:03 字数 342 浏览 2 评论 0原文

我添加带有六个选项卡视图的选项卡栏控制器

,前四个选项卡视图打开良好,在带有表视图的五个选项卡中打开的其余两个视图由五个视图和六个视图组成,单击表视图的第一个单元格(五个视图)移动到详细信息视图,这也是

我的问题当我移动到详细视图(五个和六个视图)时,详细视图(五个视图)顶部有一个“编辑”按钮 当我们单击“编辑”按钮时,我们将移动到带有六个视图小图标的新黑色视图,从此我无法退出

当我下次打开该黑色视图时(六个视图)带有六个视图名称的小图标)打开,我无法退出该视图,一旦进入该屏幕

你能告诉我,如何解决这个问题吗?

谢谢

i add tab bar controller with six tab view

first four tab view are opening well, and remaining two view opening in five tab with table view consist five view and six view, on clicking on table view's first cell(five view) that moves to detail view, its also good

my problem When i moving to detail view (five and six view's) there is EDIT button on the TOP of Detail view (five view)
When we click on the EDIT button, we moves to new Black color view with small icon of six view, From that i am not able to Get Out

when i open next time also that black color view (six small icons with six view names) opening, i am not able to come out of that view, once enter into that screen

can you tell me, how to solve this

Thank you

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

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

发布评论

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

评论(2

合约呢 2024-10-18 09:18:03

这就是配置视图。默认情况下,导航栏上有“完成”按钮。如果单击“完成”按钮,配置视图将自动关闭。

一切顺利。

That is configure view.It has "Done" button by default on the navigation bar.If you click on the "Done" button, the configure view gets dismissed automatically.

All the best.

最美不过初阳 2024-10-18 09:18:03

这里mainTabBarViewController就是UITabBarViewController;

mainTabBarViewController.customizedViewControllers = nil; //用于隐藏标签栏视图控制器的默认编辑按钮

Here mainTabBarViewController is UITabBarViewController;

mainTabBarViewController.customizableViewControllers = nil; //it is used to hide the default edit button of the tab bar view controller

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