项目介绍:
XLPaymentHUD
iOS 仿照支付宝支付动画
显示效果
)
使用方法
-
显示/隐藏 付款中动画
[XLPaymentLoadingHUD showIn:self.view];
[XLPaymentLoadingHUD hideIn:self.view];
-
显示/隐藏 付款完成动画
[XLPaymentSuccessHUD showIn:self.view];
[XLPaymentSuccessHUD hideIn:self.view];
Github地址:
https://github.com/mengxianliang/XLPaymentHUD
github地址: