KSURLValueTransformer

A NSValueTransformer subclass for storing NSURLs in Core Data


License
MIT
Install
pod try KSURLValueTransformer

Documentation

KSURLValueTransformer

Build Status

A NSValueTransformer subclass for storing NSURLs in Core Data.

Usage

To use this value transformer follow these steps:

  1. Create your attribute on your entity in your .xcdatamodeld
  2. Choose Transformable for the Type
  3. Under the Attribute Type field in the Utilities pane fill in Name with KSURLValueTransformer

Installation

Install via Carthage or CocoaPods.