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
{{ message }}
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.
Hi @SylarRuby, do you have an app which needs to work with "money types" i.e. represent dollars & cents, or pounds & pence?
If so, then you might need to perform math, or display money values to the user. This framework can facilitate that.
However, you can also just use built in Foundation types like DecimalNumber to perform math, and Formatter to display currency. And, I would say that if you are new to Swift and just getting started, then getting to learn built in types is the best way to learn.
Sorry for a really stupid question but for new comer to Swift, how to use this in my Swift project? I do not know what to search for.
The text was updated successfully, but these errors were encountered: