Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

How to use this? #69

Open
SylarRuby opened this issue Dec 12, 2016 · 2 comments
Open

How to use this? #69

SylarRuby opened this issue Dec 12, 2016 · 2 comments

Comments

@SylarRuby
Copy link

SylarRuby commented Dec 12, 2016

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.

@danthorpe
Copy link
Owner

danthorpe commented Dec 13, 2016

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.

@danthorpe
Copy link
Owner

Also, I wrote an introductory blog post about it here and the README contains pretty much everything else you need to know.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants