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.
有没有办法自定义底部的 tabview 按钮以具有不同的大小甚至形状。像这样的东西:
谢谢!
如果您希望UITabBar具有不同的形状或大小,不幸的是,即使通过子类化您也无法更改它UITabBar。
UITabBar
开始时,您需要看一下子类化另一种类型的UIView- vanillaUIView或UIImageView,向它们添加图标,并配置触摸事件以使它们执行您想要的操作。
UIView
UIImageView
这里有一些有用的资源供您入门: