Daniel Thorpe
Daniel Thorpe
Hi, if you're looking for help at using YapDatabase from a pure Swift project, checkout [YapDatabaseExtensions](https://github.com/danthorpe/YapDatabaseExtensions). To create a new database for instance you can do this: ``` swift import...
Hi @cyril94440 - I think this must be a localisation bug. Can you tell me what the device's locale is?
Hi @irace, thanks for the suggestion. I'll take a look into it, this week hopefully. `_Money` does conform to [`ValueCoding`](https://github.com/danthorpe/ValueCoding) - so perhaps at a minimum it should be possible...
So.... just been looking into this. Not really sure how I can make `MoneyType` conform to `Decodable` in a way that will be generally useful. Different sources of JSON would...
Arr - I see what you're getting at! There is another issue here about creating values if given the currency code as a string, which is totally not as I've...
Hmm, I think this is probably a bug in how _Money_ is figuring out the `NSLocale`. I will look into it, but won't have an opportunity for a couple of...
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...
Also, I wrote an introductory blog post about it [here](http://danthorpe.me/posts/money.html) and the README contains pretty much everything else you need to know.
Hi, can you tell me what the region of the device is? If the device's region/language is set to Japan, then the output will be `¥123`, but if the region...
Hi, thanks for the feedback! At the moment with v1.4 while there is a constructor to sort of do this, but it isn't made public. I have thought about enabling...