File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
1
+ This is fork of original [ card.io] ( https://github.com/card-io/card.io-iOS-source ) iOS library.
2
+
3
+ This fork contains additional functionality - possibility to set preferred camera position for ` CardIOPaymentViewController ` :
4
+
5
+ ```
6
+ CardIOPaymentViewController
7
+
8
+ - (id)initWithPaymentDelegate:(id<CardIOPaymentViewControllerDelegate>)aDelegate scanningEnabled:(BOOL)scanningEnabled preferredDevicePosition:(AVCaptureDevicePosition)preferredDevicePosition;
9
+ ```
10
+
11
+
12
+ This source is used for dynamic card.io framework wrapper - https://github.com/verygoodsecurity/CardIOSDK-iOS
13
+
14
+
15
+ * Pull requests are welcome!*
16
+
17
+
1
18
[ ![ card.io logo] ( Resources/cardio_logo_220.png " card.io ")] ( https://www.card.io )
2
19
3
20
Credit card scanning for mobile apps
You can’t perform that action at this time.
0 commit comments