I create UIBarButtonItem using
UIBarButtonItem *previous = [[UIBarButtonItem alloc]
initWithTitle:@"Search"
style:UIBarButtonItemStyleBordered
target:self
action:@selector(SearchAction:)];
how to change its style to black
best regards
Set the tint color of UINavigationBar to black.