Latest | 1.0.2 |
---|---|
Homepage | https://github.com/Keithbsmiley/KSURLValueTransformer |
License | MIT |
Platforms | ios 6.0, osx 10.8, requires ARC |
Authors |
A NSValueTransformer
subclass for storing NSURL
s in Core Data.
Usage
To use this value transformer follow these steps:
- Create your attribute on your entity in your
.xcdatamodeld
- Choose
Transformable
for the Type - Under the Attribute Type field in the Utilities pane fill in Name
withKSURLValueTransformer
Installation
Install via Carthage or
CocoaPods.
Latest podspec
{ "name": "KSURLValueTransformer", "version": "1.0.2", "summary": "A NSValueTransformer subclass for storing NSURLs in Core Data", "homepage": "https://github.com/Keithbsmiley/KSURLValueTransformer", "license": "MIT", "authors": { "Keith Smiley": "[email protected]" }, "social_media_url": "http://twitter.com/SmileyKeith", "platforms": { "ios": "6.0", "osx": "10.8" }, "source": { "git": "https://github.com/Keithbsmiley/KSURLValueTransformer.git", "tag": "v1.0.2" }, "source_files": "*.{h,m}", "requires_arc": true }
Sat, 05 Mar 2016 03:27:03 +0000