使用有氧运动的文本域

时间:2018-06-11 08:44:54

标签: ios swift stripe-payments cardio

我正在使用条纹和有氧运动现在我正在尝试制作像xxxx xxxx xxxx xxxx这样的信用卡号码的文本字段和像这样的22/19的到期日期,就像条纹文本字段我遵循这个例子但没有成功{{3}但我可以使用此代码获取信用卡品牌徽标

 @IBAction func creditcard_input(_ sender: Any) {

        let cardBrand = STPCardValidator.brand(forNumber: ccnumber_label.text!)
        let cardImage = STPImageLibrary.brandImage(for: cardBrand)

        brand_logo.image = cardImage


    } 

0 个答案:

没有答案