venj / Handy-Foundation

Syntactic sugar for Foundation classes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handy Foundation

Handy Foundation a very sluppy and evolving project.

Handy Foundation add category to Foundation class and add some useful syntactic sugar for daily use.

This addition is really Ruby-style and breaks some Cocoa Naming Convensions. It is intended for myself to test. Use at your own risk.

Features

  • Syntactic sugar
  • Convinient functions and macros
  • Foundation enhancement

Build Docset

  1. Install appledoc use Homebrew or other package tool you like.

  2. Run:

    cd Handy-Foundation
    appledoc --project-name "Handy Foundation" --project-company "Suki Apps" --company-id "com.sukiapps" --output ~/Desktop/help src
  3. Open Orgnizer in Xcode, you will see the documentation set.

Change History

  • (2013-02-19) Changed file orgnization way, move catagories into seperate files, and added appledoc comments.
  • (2012-09-29) Added some macros and functions for iPhone UI Elements.

License

Copyright (c) 2012-2013, venj All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

About

Syntactic sugar for Foundation classes


Languages

Language:Objective-C 93.3%Language:C 6.7%