Я создаю UIBarButtonItem, используя
UIBarButtonItem *previous = [[UIBarButtonItem alloc]
initWithTitle:@"Search"
style:UIBarButtonItemStyleBordered
target:self
action:@selector(SearchAction:)];
как изменить его стиль на черный
С наилучшими пожеланиями