1
Elethom 2015-01-31 23:37:36 +08:00 1
那不是 5 個 tabs,而是 4 個 tabs 和一個 present modal 的 entry。
|
2
cralison 2015-02-01 03:04:25 +08:00
可以看看有没有办法记录一下前screen,然后传给它。比如TabBar的delegate什么的:)
|
3
Shane 2015-02-01 11:00:55 +08:00 1
这种需求下,tab 3 点击后应该present view,然后back button 来 dismiss view.
可以在tabbarcontroller delegate里面 实现,切换效果自定义 - (BOOL)tabBarController:(UITabBarController *)tabBarController shouldSelectViewController:(UIViewController *)viewController |