paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

Date and Year Picker not showing. #14

Closed ShakhawatAi closed 4 years ago

ShakhawatAi commented 4 years ago

Hello, I'm trying to implement PayTabs in my new project. Pay tabs viewcontroller is loading fine But if I tap on card Date or Year DatePicker not showing. No Issue with keyboard. Just the date pickers. pay

cogtea commented 4 years ago

@ShakhawatAi can you please archive and send the sample has this error?

ShakhawatAi commented 4 years ago

Yeah, why not. Here it is: https://drive.google.com/file/d/1c-MXFJeR8vN-8GyzNqY4PpFe8P7EWKuX/view?usp=sharing

May be it's causing for iOS 13. Take a look.

cogtea commented 4 years ago

@ShakhawatAi We did a change to paytabs-iOS.framework to fix this issue, please replace paytabs-iOS.framework.zip (Lite Version), also you have to add new Pod dependency

  pod 'ActionSheetPicker-3.0'

Please try and let us know if it is working fine.

cogtea commented 4 years ago

@ShakhawatAi for OCR Version, please use the following paytabs-iOS.framework.zip

ShakhawatAi commented 4 years ago

Yeah it did work. Thanks for your support..

On Thu, Feb 13, 2020 at 11:14 AM Rami notifications@github.com wrote:

@ShakhawatAi https://github.com/ShakhawatAi for OCR Version, please use the following paytabs-iOS.framework.zip https://github.com/paytabscom/paytabs-ios-library-sample/files/4197154/paytabs-iOS.framework.zip

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/paytabscom/paytabs-ios-library-sample/issues/14?email_source=notifications&email_token=AN4E6PBKJIOJ2KRWTFZPF7DRCT6PDA5CNFSM4KTT4KDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELTZ5NY#issuecomment-585604791, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN4E6PGAMDCAIAFSPQMANSLRCT6PDANCNFSM4KTT4KDA .

cogtea commented 4 years ago

@ShakhawatAi Thanks for your update.