https://github.com/kautenja/uibankpayoutflow
an iOS UI flow for applications that require payout information to a bank account
https://github.com/kautenja/uibankpayoutflow
bank-account carthage ios-framework stripe ui-components
Last synced: 6 months ago
JSON representation
an iOS UI flow for applications that require payout information to a bank account
- Host: GitHub
- URL: https://github.com/kautenja/uibankpayoutflow
- Owner: Kautenja
- License: mit
- Created: 2017-08-10T22:23:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T05:49:12.000Z (about 8 years ago)
- Last Synced: 2025-02-14T10:18:25.820Z (8 months ago)
- Topics: bank-account, carthage, ios-framework, stripe, ui-components
- Language: Swift
- Homepage:
- Size: 34.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UIBankPayoutFlow
[![swift-badge][]][swift-link]
[![carthage-badge][]][carthage-link][swift-badge]: https://img.shields.io/badge/swift-3.2-orange.svg
[swift-link]: https://swift.org/
[carthage-badge]: https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat
[carthage-link]: https://github.com/Carthage/Carthagethis iOS framework delivers a concise flow for setting up payout information. It was originally
designed to be fully compatible with [Stripe][], but has since been generalized to fit a broader
audience.[Stripe]: https://stripe.com

## Getting Started
These instructions will get you a copy of the project up and running on your
local machine for development and testing purposes. See deployment for notes on
how to deploy the project on a live system.### Prerequisites
#### iOS Version
* >= iOS10
#### Dependency Management
UIBankPayoutFlow is both dependency managed and distributed using
[Carthage][], the decentralized package manager for iOS frameworks. Ensure you
have Carthage installed by running```shell
brew install carthage
```if you don't have `brew` installed on your machine, get it here: [homebrew][]
[Carthage]: https://github.com/Carthage/Carthage
[homebrew]: https://brew.sh### Installing
First install the dependencies for the project using Carthage, all these
commands are saved in a makefile for ease of access:```
make install
```Once carthage finishes downloading and building the dependencies open
[BankPayoutFlow.xcodeproj][] and build the project to ensure the
dependency installation went smoothly[BankPayoutFlow.xcodeproj]: ./BankPayoutFlow.xcodeproj
## Deployment
To incorporate this framework in your workflow simply add the following line to
your Cartfile:```ruby
github "kautenja/UIBankPayoutFlow"
```## Built With
* [UIXibView][] - Basic framework for working with xib files
* [PopupDialog][] - Basic framework for nice looking popups[UIXibView]: https://github.com/kautenja/UIXibView
[PopupDialog]: https://github.com/orderella/PopupDialog## Contributing
Please read [CONTRIBUTING.md][] for details on our code of conduct, and the process for submitting pull requests to us.
[CONTRIBUTING.md]: ./CONTRIBUTING.md
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available,
see the [tags on this repository](https://github.com/kautenja/UIBankPayoutFlow/tags).## Authors
See the list of [contributors](https://github.com/kautenja/UIBankPayoutFlow/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE][] file
for details[LICENSE]: ./LICENSE