change UIBarButtonItem style
I create UIBarButtonItem using
UIBarButtonItem *previous = [[UIBarButtonItem alloc]
initWithTitle:@"Search"
style:UIBarButtonItemStyleBordered
target:self
action:@select开发者_运维百科or(SearchAction:)];
how to change its style to black
best regards
Set the tint color of UINavigationBar to black.
精彩评论