Skip to content

an iOS UI flow for applications that require payout information to a bank account

License

Notifications You must be signed in to change notification settings

Kautenja/UIBankPayoutFlow

Repository files navigation

UIBankPayoutFlow

swift-badge carthage-badge

this 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.

Design

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

brew install carthage

if you don't have brew installed on your machine, get it here: homebrew

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

Deployment

To incorporate this framework in your workflow simply add the following line to your Cartfile:

github "kautenja/UIBankPayoutFlow"

Built With

  • UIXibView - Basic framework for working with xib files
  • PopupDialog - Basic framework for nice looking popups

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

About

an iOS UI flow for applications that require payout information to a bank account

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages