在标签栏顶部显示视图

时间:2016-03-14 18:00:21

标签: ios swift uitabbarcontroller

这是我目前能够做的事情:

带有按钮的UIView元素

UIView Element With a Button on It

这就是我想要做的事情:

enter image description here

注意:第二个屏幕截图来自在Android上运行的应用

编辑: 我确实尝试使用parentView.bringSubviewToFront(childView),但没有变化

1 个答案:

答案 0 :(得分:-1)

您可以考虑自定义UITabBar,这是一个示例: http://idevrecipes.com/2010/12/16/raised-center-tab-bar-button/

您现在遇到的问题是将Button置于viewControllers之上,该控件位于tabBar下。