Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.14 KB

README.md

File metadata and controls

31 lines (19 loc) · 1.14 KB

CardIOSDK

CardIOSDK - wrapper around the original card.io iOS library that provide the possibility to easily integrate card.io into Swift frameworks.

Additional features

This wrappers containes additional functionality - possibility to set preferred camera position for CardIOPaymentViewController:

CardIOPaymentViewController

- (id)initWithPaymentDelegate:(id<CardIOPaymentViewControllerDelegate>)aDelegate scanningEnabled:(BOOL)scanningEnabled preferredDevicePosition:(AVCaptureDevicePosition)preferredDevicePosition;

Integration

If you use CocoaPods, then add this line to your podfile:

pod 'CardIOSDK'

Useful links

Pull requests with new features are welcome!