Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 iOS 6 的导航栏中更改没有图像的按钮颜色?
我在其他 stackoverflow 帖子中看到,在 iOS 5 中您需要一张图片。这仍然是真的吗?
用淡色改变颜色。下面将为您提供一个带有红色背景的按钮。
UIBarButtonItem *button = [[UIBarButtonItem alloc] init]; [button setTintColor:[UIColor redColor]];
或者如果使用故事板/xib,则有一个色调下拉菜单。