A NSValueTransformer subclass for storing NSURLs in Core Data.
To use this value transformer follow these steps:
- Create your attribute on your entity in your
.xcdatamodeld - Choose
Transformablefor the Type - Under the Attribute Type field in the Utilities pane fill in Name
with
KSURLValueTransformer