iPhone SDK:如何解决具有六个选项卡的选项卡栏控制器
我添加带有六个选项卡视图的选项卡栏控制器
,前四个选项卡视图打开良好,在带有表视图的五个选项卡中打开的其余两个视图由五个视图和六个视图组成,单击表视图的第一个单元格(五个视图)移动到详细信息视图,这也是
我的问题当我移动到详细视图(五个和六个视图)时,详细视图(五个视图)顶部有一个“编辑”按钮 当我们单击“编辑”按钮时,我们将移动到带有六个视图小图标的新黑色视图,从此我无法退出
当我下次打开该黑色视图时(六个视图)带有六个视图名称的小图标)打开,我无法退出该视图,一旦进入该屏幕
你能告诉我,如何解决这个问题吗?
谢谢
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这就是配置视图。默认情况下,导航栏上有“完成”按钮。如果单击“完成”按钮,配置视图将自动关闭。
一切顺利。
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.
这里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