card.io-iOS-SDK icon indicating copy to clipboard operation
card.io-iOS-SDK copied to clipboard

Option to open Manual Entry screen first

Open kautaleksei opened this issue 8 years ago • 2 comments

Hello guys. Thank you all for useful library.

Could you add support for open Manual Entry screen first instead of Scanner screen? Also would be nice to have, as option, photo icon on the right side of Card number input field instead of "Camera" button on the top left corner on iOS: screen shot 2016-04-26 at 19 03 49

Thank you.

kautaleksei avatar Apr 26 '16 16:04 kautaleksei

Looks like this is related to https://github.com/card-io/card.io-iOS-source/pull/52.

braebot avatar Apr 26 '16 16:04 braebot

Yes, you can open manual entry screen first as below:

  • Pass false for scanningEnabled

let cardIOVC = CardIOPaymentViewController(paymentDelegate: self, scanningEnabled: false) cardIOVC?.modalPresentationStyle = .formSheet present(cardIOVC!, animated: true, completion: nil)

smindia1988 avatar Jul 20 '18 08:07 smindia1988