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.
如何在 UIToolbar 上的 UIBarButtonItem 上移除图标的阴影?
这是我的意思的图像:
谢谢!
UIBarButtonItem这是当您使用其中一个系统项来创建按钮时呈现a 的标准方式。
UIBarButtonItem
如果您想要不同的外观,您需要使用自己的图像和UIButton. UIBarButtonItem用方法创建initWithCustomView:。当你这样做时,你将失去“发光”效果。要取回它,您需要设置showsTouchWhenHighlighted.UIButton
UIButton
initWithCustomView:
showsTouchWhenHighlighted