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.
我想知道如何在 UINavigationBar 中实现类似 Skype 的按钮,它会给人一种扁平的感觉,但像下面屏幕截图中的“编辑”和“列表”按钮一样巧妙地浮雕。
我应该创建图像,还是有任何简单的方法可以在代码或库中做到这一点?
您需要为正常状态和突出显示的选定状态创建两个图像。然后用这两个图像创建 UIButton 并将这个 UIButton 添加到 UIBarButtonItem 作为 customView。然后你可以将你的 UIBarButtonItem 添加到导航栏。就这样。