提问人:Jake Chasan 提问时间:5/10/2023 更新时间:5/10/2023 访问量:19
UITabBar:将图标颜色设置为图案图像
UITabBar: Set Icon Color as Pattern Image
问:
有没有办法将图标颜色设置为图案图像而不是纯色?UITabBar
有人会认为以下方法可以实现这一点:
tabBarController.tabBar.tintColor = UIColor(patternImage: UIImage(named: "my_image")!);
但是,上述内容不会使选项卡栏图标的颜色与图案图像的颜色相同。
答: 暂无答案
评论