Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/katsuyoshi/cider
- Owner: katsuyoshi
- License: other
- Created: 2009-07-30T06:07:51.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T14:28:29.000Z (about 7 years ago)
- Last Synced: 2023-04-13T10:31:57.048Z (almost 2 years ago)
- Language: Objective-C
- Homepage: http://itosoft.blogspot.com/search/label/Cider
- Size: 630 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome - cider - Convenience Classes for development iPhone software. Currently focusing to the Core Data Utilities. It enables you to create and search EO easily. (etc)
- awesome - cider - Convenience Classes for development iPhone software. Currently focusing to the Core Data Utilities. It enables you to create and search EO easily. (etc)
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.