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.
我正在尝试在我的工具栏/导航项上删除 UIBarButtonItem 的光泽效果。
我阅读了一些关于对其进行子类化并实现initWithCustomView但我不知道如何使用它来呈现没有光泽(玻璃)效果的按钮。
我能做些什么?
所以你在 IB 或代码中创建一个按钮,然后它就变成了自定义视图。如果您查看 UIBarButtonItem 和 initWithCustomView 的类参考,您会看到 Apple 列出了 5 个使用该技术的示例项目 - 因此您可以看到它们做了什么以及它的外观。