gpt4 book ai didi

ios - 带有复选标记的 MBProgressHUD 完成 View

转载 作者:行者123 更新时间:2023-11-28 18:15:25 24 4
gpt4 key购买 nike

我正在使用 MBProgressHUD我想将外观更改为带有复选标记和完整文本的外观。我该怎么做?

enter image description here

最佳答案

我认为没有像屏幕截图中那样的内置外观。您必须提供自己的复选标记图像。然后你可以像这样改变外观:

let hud = MBProgressHUD.showHUDAddedTo(view, animated: true)
hud.mode = .CustomView
hud.customView = UIImageView(image: UIImage(named: "checkmark")) // according to the documentation a good image size is something like 37x37px
hud.label.text = "Completed"

checkmark

关于ios - 带有复选标记的 MBProgressHUD 完成 View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44527470/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com