这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
你应该将你的标签高度增加到默认的 49 并且你的按钮是 58
extension UITabBar {
override open func sizeThatFits(_ size: CGSize) -> CGSize {
return CGSize(width: UIScreen.main.bounds.width, height: 60)
}
}
关于ios - TabBarController 添加自定义按钮不可点击问题,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/45881696/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |