SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS.
在等待任务时,屏幕显示转圈圈
USAGE
任务开始前:
SVProgressHUD.show()
SVProgressHUD.showInfo()
任务结束后:
SVProgressHUD.dismiss()
SVProgressHUD is a clean and easy-to-use HUD meant to display the progress of an ongoing task on iOS and tvOS.
在等待任务时,屏幕显示转圈圈
任务开始前:
SVProgressHUD.show()
SVProgressHUD.showInfo()
任务结束后:
SVProgressHUD.dismiss()
本文标题:iOS第三方库:SVProgressHUD
本文链接:https://www.haomeiwen.com/subject/mswlpqtx.html
网友评论