Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mengxianliang/XLPaymentHUD

iOS 支付宝支付动画
https://github.com/mengxianliang/XLPaymentHUD

payment

Last synced: about 2 months ago
JSON representation

iOS 支付宝支付动画

Awesome Lists containing this project

README

        

# XLPaymentHUD
iOS 支付宝支付动画

### 显示效果

### 使用方法

* 显示/隐藏 付款中动画
```objc
[XLPaymentLoadingHUD showIn:self.view];
[XLPaymentLoadingHUD hideIn:self.view];
```
* 显示/隐藏 付款完成动画
```objc
[XLPaymentSuccessHUD showIn:self.view];
[XLPaymentSuccessHUD hideIn:self.view];
```

### 支付中动画原理请移步 [我的博文](http://blog.csdn.net/u013282507/article/details/70208141)

### 支付完成动画原理请移步 [我的博文](http://blog.csdn.net/u013282507/article/details/70211889)

### 个人开发过的UI工具集合 [XLUIKit](https://github.com/mengxianliang/XLUIKit)