gpt4 book ai didi

Swift 4 SVProgressHUD 未在加载时显示

转载 作者:行者123 更新时间:2023-11-28 14:50:33 26 4
gpt4 key购买 nike

我已经安装了 cooapods 和 SVProgressHub。我不知道如何显示 SVProgressHUB 加载屏幕。

SVProgressHUD.show()

这是在我的 View Controller 中。我是 swift 和堆栈溢出的新手。干杯!

最佳答案

你可以试试这个:

SVProgressHUD.setDefaultStyle(.custom)
SVProgressHUD.setDefaultMaskType(.custom)
SVProgressHUD.setForegroundColor(UIColor.red) //Ring Color
SVProgressHUD.setBackgroundColor(UIColor.yellow) //HUD Color
SVProgressHUD.setBackgroundLayerColor(UIColor.green) //Background Color
SVProgressHUD.show()

输出:

enter image description here

干杯!

关于Swift 4 SVProgressHUD 未在加载时显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49889302/

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