A block-based API for NSValueTransformer, with a growing collection of useful examples.
NSValueTransformer, while perhaps obscure to most iOS programmers, remains a staple of OS X development. TransformerKit breathes new life into NSValueTransformer by making them dead-simple to define and register. TransformerKit also contains a growing number of convenient transformers that your apps will love and cherish:
* String Transformers
* Image Transformers
* Date Transformers
* JSON Data Transformers
* Data Transformers
* Cryptographic Transformers homepage https://github.com/mattt/TransformerKit
NSValueTransformer, while perhaps obscure to most iOS programmers, remains a staple of OS X development. TransformerKit breathes new life into NSValueTransformer by making them dead-simple to define and register. TransformerKit also contains a growing number of convenient transformers that your apps will love and cherish:
* String Transformers
* Image Transformers
* Date Transformers
* JSON Data Transformers
* Data Transformers
* Cryptographic Transformers homepage https://github.com/mattt/TransformerKit
To install TransformerKit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install TransformerKit
To see what files were installed by TransformerKit, run:
port contents TransformerKit
To later upgrade TransformerKit, run:
sudo port selfupdate && sudo port upgrade TransformerKit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.