CreditCardForm-iOS icon indicating copy to clipboard operation
CreditCardForm-iOS copied to clipboard

Could not access to paymentCardTextFieldDidChangeWithCardNumber in obj-c project

Open KevinJue opened this issue 4 years ago • 2 comments

Hello,

I don't know why but your project dinde work properly in obj-c. Was working in 0.1.3 but since i update to 0.2.0 (mandatory by Xcode) the lib stop working

error:

  • No visible @interface for 'CreditCardFormView' declares the selector 'paymentCardTextFieldDidChangeWithCardNumber:expirationYear:expirationMonth:cvc:'
  • No visible @interface for 'CreditCardFormView' declares the selector 'paymentCardTextFieldDidEndEditingExpirationWithExpirationYear:'
  • No visible @interface for 'CreditCardFormView' declares the selector 'paymentCardTextFieldDidBeginEditingCVC'

@property (weak, nonatomic) IBOutlet CreditCardFormView *creditCardForm;

KevinJue avatar Aug 06 '20 12:08 KevinJue

Even i am facing the same issue. Any workarounds for this issue ? Thanks.

PraveenKommuri avatar Aug 31 '20 22:08 PraveenKommuri

I am facing the same issue.

UmerAfzal1 avatar Nov 30 '20 05:11 UmerAfzal1