Currencies provides tools for the accurate exchange, bill splitting, and displaying of money in any currency.
This library is part of NimbusKit+, a collection of specialized, well-documented libraries that complement the NimbusKit ecosystem of libraries. All of the NimbusKit+ libraries are available for purchase in binary form at Featherless Software Design on Etsy. For source access, please contact Jeff Verkoeyen for more information.
Full documentation is available at v2.nimbuskit.info.
Drag Currencies.framework into your Xcode project. Ensure that the framework is added to your app target.
You can now import the Currencies header and start using its features.
#import <Currencies/Currencies.h>
Must be compiled with the iOS 6 SDK or above.
Initial release. Includes:
- CURCurrencyGroup: for complex multi-currency calculations.
- CURExchangeRateTable: an NSCoding-compliant table of exchange rates.
- CURExpenseAccountant: a powerful yet concise class for accurately working with expenses made in multiple currencies by any number of actors, with specific weighting on a per-actor basis.
Currencies was built by Jeff Verkoeyen (featherless).
Currencies is licensed under the NimbusKit+ Commercial Development license.