Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enormego/cocoa-helpers
A collection of helpers (categories) we've written for iOS and OS X, full with convenience methods to make them easier and more useful. [tags:cocoa,objective-c,ios,mac]
https://github.com/enormego/cocoa-helpers
Last synced: about 7 hours ago
JSON representation
A collection of helpers (categories) we've written for iOS and OS X, full with convenience methods to make them easier and more useful. [tags:cocoa,objective-c,ios,mac]
- Host: GitHub
- URL: https://github.com/enormego/cocoa-helpers
- Owner: enormego
- Created: 2009-02-05T15:27:52.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-10-25T08:48:31.000Z (about 13 years ago)
- Last Synced: 2025-01-11T23:10:53.573Z (7 days ago)
- Language: Objective-C
- Homepage: http://developers.enormego.com
- Size: 203 KB
- Stars: 744
- Watchers: 27
- Forks: 74
- Open Issues: 4
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
- awesome - cocoa-helpers - A collection of helpers (categories) we've written for iOS and OS X, full with convenience methods to make them easier and more useful. [tags:cocoa,objective-c,ios,mac] (etc)
README
h1. Cocoa Helpers
Created by enormego
Cocoa Helpers are a collection of objective-c categories we've written for the standard Apple Cocoa/UIKit classes to make them more useful.
h1. Documentation
We're going to build our the wiki part as soon as we get some time, in the mean time, you can check out the header files where most methods are documented in line.
h1. Questions
Feel free to contact [email protected] if you need any help with any of these methods or wish to contribute to Cocoa Helpers.
h1. License
Cocoa-Helpers are available under the MIT license:
_Copyright (c) 2009 enormego_
_Permission is hereby granted, free of charge, to any person obtaining a copy_
_of this software and associated documentation files (the "Software"), to deal_
_in the Software without restriction, including without limitation the rights_
_to use, copy, modify, merge, publish, distribute, sublicense, and/or sell_
_copies of the Software, and to permit persons to whom the Software is_
_furnished to do so, subject to the following conditions:__The above copyright notice and this permission notice shall be included in_
_all copies or substantial portions of the Software.__THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR_
_IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,_
_FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE_
_AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER_
_LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,_
_OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN_
_THE SOFTWARE._