Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mengxianliang/XLPaymentHUD
iOS 支付宝支付动画
https://github.com/mengxianliang/XLPaymentHUD
payment
Last synced: about 2 months ago
JSON representation
iOS 支付宝支付动画
- Host: GitHub
- URL: https://github.com/mengxianliang/XLPaymentHUD
- Owner: mengxianliang
- Created: 2017-04-06T02:27:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T01:56:58.000Z (over 5 years ago)
- Last Synced: 2024-11-25T15:55:21.570Z (about 2 months ago)
- Topics: payment
- Language: Objective-C
- Homepage:
- Size: 351 KB
- Stars: 117
- Watchers: 6
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-iOS - XLPaymentHUD - 支付宝支付动画 (UI Components)
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)