【发布时间】:2012-12-18 05:55:53
【问题描述】:
我试图弄清楚如何更改所选标签栏图标的笔划。它通常是青色,就像所选图标的色调。我已经更改了所选图标的色调和指示图像,如下所示:self.tabBarController.tabBar.selectedImageTintColor = [UIColor grayColor];
self.tabBarController.tabBar.selectionIndicatorImage = [UIImage imageNamed:@"selectedTab.png"];
但现在我的图标周围仍然有青色的笔触
有没有人知道它的代码,因为我找不到它
【问题讨论】:
标签: iphone objective-c uitabbarcontroller uitabbar stroke