Replace tab bar button in UITabBar with a UIButton

前端 未结 2 1954
名媛妹妹
名媛妹妹 2020-12-22 13:55

I have an application in tabbar, but I need to put a UIButton insted of a tabbar button. There are 4 tabbarbuttons in it, I want to replace the one with UIButton. Thanks.

2条回答
  •  执念已碎
    2020-12-22 14:22

    If you want to use UIButtton instead of tabbar, use all four tabs. Make one tab blank and put a button of same size at same view on which you want to replace.

提交回复
热议问题