We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@yassram Great library, had a issue I was hoping you could help me with.
After the card has been displayed on the screen, how can I change its brand icon image to something else.
I have tried doing the following: self.creditCard.cardType = .custom(UIImage(named: "Custom")
self.creditCard.cardType = .custom(UIImage(named: "Custom")
self.creditCard = YRPaymentCreditCard(type: .custom(image))
Do I need to redraw the card completely in order to change the brand image?
The text was updated successfully, but these errors were encountered:
@yassram can you look into this please?
Sorry, something went wrong.
No branches or pull requests
@yassram Great library, had a issue I was hoping you could help me with.
After the card has been displayed on the screen, how can I change its brand icon image to something else.
I have tried doing the following:
self.creditCard.cardType = .custom(UIImage(named: "Custom")
self.creditCard = YRPaymentCreditCard(type: .custom(image))
Do I need to redraw the card completely in order to change the brand image?
The text was updated successfully, but these errors were encountered: