Card.io 不符合协议 CardIOPaymentViewControllerDelegate

Card.io not conforming with protocol CardIOPaymentViewControllerDelegate

我开始设置代码以使用 Card.io 并且我已经收到此错误,关于如何解决此问题有什么建议吗?

https://i.stack.imgur.com/v8qx4.png

您收到此错误是因为您尚未实现 CardIOPaymentViewControllerDelegate

的所有 delegate 方法

在你的控制器中实现这个必需的方法

userDidCancelPaymentViewController

userDidProvideCreditCardInfo