We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to implement this library in my app but I am concerned about whether this app can handle multiple currencies or not.
Amounts in Euro are usually displayed with the € at the end and not at the begging like $.
125,78€ $56.34
Is this library capable of switching the currency sign from the begging to the end?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi! You can set locale on VENCalculatorInputView to get , but for the € suffix, you’ll have to roll your own UITextField to support that.
locale
VENCalculatorInputView
,
€
UITextField
Let me know if you have any questions. Thanks!
Sorry, something went wrong.
No branches or pull requests
I would like to implement this library in my app but I am concerned about whether this app can handle multiple currencies or not.
Amounts in Euro are usually displayed with the € at the end and not at the begging like $.
125,78€
$56.34
Is this library capable of switching the currency sign from the begging to the end?
Thanks in advance
The text was updated successfully, but these errors were encountered: