开发者

iPhone SDK: How to solve Tab bar controller with Six Tab

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


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.


Here mainTabBarViewController is UITabBarViewController;

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜