FDCategories

Some categories for simpler iOS development.


License
MIT
Install
pod try FDCategories

Documentation

FDCategories

Pod License  Pod Version  Pod Platform 

This library provides some categories for Foundation and UIKit.

Documentation

You can build and install docset use Docset scheme in Xcode, appledoc need to be pre-installed. Or your can read the Documentation online.

Installation

CocoaPods

  1. Add pod 'FDCategories' to your Podfile.
  2. Run pod install or pod update.
  3. Import <FDCategories/FDCategories.h>.

Manually

  1. Download all the files in the FDCategories subdirectory.
  2. Add the source files to your Xcode project.
  3. Import YYCategories.h.

Requirements

This library requires iOS 6.0+ and Xcode 7.0+.

Notice

I want to use the APIs as if it was provided by system, so I don't add prefix in these categories. This may cause some potential problems(such as conflict with other libraries), so if you just need some pieces of code in this project, pick them out and don't import the whole library.

License

FDCategories is provided under the MIT license. See LICENSE file for details.