You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
STPCardFormView should allow for the textfields within it to be customized similar to STPPaymentCardTextField. We have specific fonts for our app, much like other apps. We can implement them in STPPaymentCardTextField but not STPCardFormView.
Describe the solution you'd like
STPCardFormView should implement a similar private allFields property and iterate through them with setters for font, font color etc.
Describe alternatives you've considered
An alternative would be to just make the textfields in STPCardFormView to be public so they're accessible and not internal when using the SDK through a dependency manager like cocoapods.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
STPCardFormView should allow for the textfields within it to be customized similar to STPPaymentCardTextField. We have specific fonts for our app, much like other apps. We can implement them in STPPaymentCardTextField but not STPCardFormView.
Describe the solution you'd like
STPCardFormView should implement a similar private allFields property and iterate through them with setters for font, font color etc.
Describe alternatives you've considered
An alternative would be to just make the textfields in STPCardFormView to be public so they're accessible and not internal when using the SDK through a dependency manager like cocoapods.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: