tabbar iterm选中时的颜色

来源:互联网 发布:合金装备5幻痛捏脸数据 编辑:程序博客网 时间:2024/06/04 01:30
    //tabbar iterm选中时的颜色    NSDictionary *highlightedAttributes = [NSDictionary dictionaryWithObject:[UIColor whiteColor] forKey:UITextAttributeTextColor];    [homeVC.tabBarItem setTitleTextAttributes:highlightedAttributes forState:UIControlStateHighlighted];



参考:http://blog.csdn.net/liuxing8807_/article/details/9334421

0 0
原创粉丝点击