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.
UIToolbars 通常将它们的图标垂直居中。我想让他们的图标部分在栏外。看图片:
UIToolbar
是否可以控制按钮 Y 位置,覆盖UIToolbar默认位置?
谢谢。
如果要使用UIToolbar不能UIButton直接加s,必须用UIBarButtonItems。
UIButton
UIBarButtonItem
为什么不只是将 aUIView作为按钮的容器,然后在按钮后面添加背景图像或另一个带有绿色的视图?
UIView