标签: ios uiview background uitabbar
我知道如何自定义UITabBar的背景颜色或背景图像:
UITabBar
tabBar.barTintColor = [UIColor ...]; // set background color tabBar.backgroundImage = [UIImage ...]; // set background image
很遗憾,我没有找到任何选项如何设置 UIView 作为文档中标签栏的背景。我有办法实现这个目标吗?
UIView