Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/katsuyoshi/cider

Convenience Classes for development iPhone software. Currently focusing to the Core Data Utilities. It enables you to create and search EO easily.
https://github.com/katsuyoshi/cider

Last synced: 3 months ago
JSON representation

Convenience Classes for development iPhone software. Currently focusing to the Core Data Utilities. It enables you to create and search EO easily.

Awesome Lists containing this project

README

        

= README

== Name

Cider

== Author

* Katsuyoshi Ito

== License

New BSD License

See LICENSE.txt.

== What's this?

Convenience Classes for development iPhone software.
My aim is build up to framework.
Currently focusing to the Core Data Utilities.
It enables you to create and search EO easily.

== How to use

Add cider directory to your project.
If you don't use CoreData framework, remove CoreData directory.

Add Import "Cider.h" in your source code.
If you use CoreData framework, use Import "CiderCoreData.h" instead of "Cider.h"

== Classes

See OVERVIEW.txt

== Sample

Sample application project(s) are in sample directory.

And test project(s) are in tests directory.