iOS第三方库:SVProgressHUD

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()

你可能感兴趣的:(iOS第三方库:SVProgressHUD)