在tabbar中心添加自定义按钮的最佳方法

时间:2014-09-11 08:51:39

标签: ios uitabbarcontroller

当我使用自定义按钮时的方式What's the best way of adding a custom centre button to a tab bar?

[tabbarcontroller.view addsubview:button]

要在视图上添加自定义按钮,导航控制器推送到其他viewController将使用方法hidesBottomBarWhenPushed隐藏标签栏,但按钮将保留在屏幕上

或者我使用此[tabbarcontroller.tabBar addsubview:button]方式在标签栏上添加,但我的按钮会被标签栏覆盖,无法接收触摸事件。

请告诉我修复方法,谢谢你的回答

1 个答案:

答案 0 :(得分:1)

你的第一个选择的问题是它没有隐藏?如果是这样,您可以手动隐藏它。