This method allows you to obtain the UIImage
associated with a particular card network by passing in the card network type as an argument.
1
static func getCardNetworkImage(for cardNetwork: CardNetwork) throws -> UIImage?
swift
copy
This method allows you to obtain the UIImage
associated with a particular card network by passing in the card network type as an argument.
1
static func getCardNetworkImage(for cardNetwork: CardNetwork) throws -> UIImage?