我的标签栏上有6个选项。因此,在4个选项之后自然会显示更多按钮。更多按钮由3个点表示。但是我想更改more按钮的3点(默认)图像,而改为使用其他图像。
我该如何实现?。
答案 0 :(得分:1)
您可以尝试使用下面的代码如果选项卡中有五个以上的项目,则可以尝试将此代码放入选项卡的initialViewController中。
self.tabBarController?.moreNavigationController.tabBarItem = UITabBarItem(title: "title", image: image, selectedImage: selectedImage)