我已经查过但无法找到有关此信息的任何信息。
有没有办法在MDCBottomAppBarView中设置文本和图像,设置MDCBottomAppBarView的高点?
答案 0 :(得分:0)
您可以通过setImage
设置图像:
let appBarBottom = MDCBottomAppBarView()
appBarBottom.floatingButton.backgroundColor = UIColor.white // Change this if you have another color icon
appBarBottom.floatingButton.setImage(UIImage(named: "IMAGE NAME"), for: UIControl.State.normal)