orazz / CreditCardForm-iOS

CreditCardForm is iOS framework that allows developers to create the UI which replicates an actual Credit Card.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CardHolder placeholder editable

ramses-bemobile opened this issue · comments

Hi,

can you please add the possibility to edit de cardholder placeholder text?

Like the expiry text.

@IBInspectable
public var expireDatePlaceholderText = "EXPIRY" {
    didSet {
        expireDateText.text = expireDatePlaceholderText
    }
}

Thanks

commented

creditCardView.cardHolderPlaceholderString = "Card Placeholder"

support version 0.1.1