Iphone 改变犹太教风格

Iphone 改变犹太教风格,iphone,uibarbuttonitem,Iphone,Uibarbuttonitem,我使用 UIBarButtonItem *previous = [[UIBarButtonItem alloc] initWithTitle:@"Search" style:UIBarButtonItemStyleBordered target:self actio

我使用

UIBarButtonItem *previous = [[UIBarButtonItem alloc] 
                             initWithTitle:@"Search"
                             style:UIBarButtonItemStyleBordered
                             target:self
                             action:@selector(SearchAction:)];
如何将其样式更改为黑色


致以最诚挚的问候

将UINavigationBar的色调设置为黑色。

它将自动采用导航栏的颜色。如果需要黑色按钮,只需将导航栏的色调设置为黑色即可