这个问题在这里已经有了答案:
Best Answer-推荐答案 strong>
我不确定 Objective-C
但在 Swift
中,您可以通过将 tabBar
重写为 computed property 来做到这一点:
open class MyTabBarController: UITabBarController {
open override var tabBar: MyTabBar {
return MyTabBar()
}
}
关于ios - 以编程方式更改 UITabBarController 选项卡 Bar 属性的类,我们在Stack Overflow上找到一个类似的问题:
https://stackoverflow.com/questions/42851900/
欢迎光临 OStack程序员社区-中国程序员成长平台 (https://ostack.cn/) |
Powered by Discuz! X3.4 |