iOS UISearchBar 设置光标颜色和取消按钮颜色

这个问题其实可以取个巧路,大家都知道设置SearchBar的tintcolor的方法

searchBar.tintColor = [UIColor blueColor];

 

    [[UIBarButtonItem appearanceWhenContainedIn:[UISearchBar class], nil]

                         setTitleTextAttributes:

                         [NSDictionary dictionaryWithObjectsAndKeys:

                                                        [UIColor whiteColor],

                                                        UITextAttributeTextColor,

                                                        [NSValue valueWithUIOffset:UIOffsetMake(0, 1)],

                                                        UITextAttributeTextShadowOffset,nil]

                                       forState:UIControlStateNormal];

 

如此,取消按钮的颜色即为想要的颜色了!

文章来自:http://www.cnblogs.com/ycq-firstBlood/p/4763778.html
© 2021 jiaocheng.bubufx.com  联系我们
ICP备案:鲁ICP备09046678号-3