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.
是否可以设计一个像上面看到的那样的导航栏?这不是导航栏的标准设计。所以想知道它可以完成的机会有多大?按钮没有问题。它的按钮从导航栏突出的部分似乎具有挑战性。有什么建议么?
是的,这是可以做到的。
最简单的方法可能是只使用 UIImageView 作为工具栏背景并将 UIButtons 放在其上方作为按钮。将按钮连接到 IBActions 以弹出导航控制器或您可能希望它们执行的任何其他操作。