YYKit contains some utilities that I use in my project.
You can build and install docset use Docset scheme.
Or your can read the Documentation online.
-
Build this project and you will get
YYKit.framework. -
Add
YYKit.frameworkto your project, then add-ObjCto your project'sOther Compiler Flags -
Add required frameworks:
- UIKit.framework
- CoreGraphics.framework
- CoreImage.framework
- QuartzCore.framework
- libz.dylib
(Optional) Add YYKit.framework to your .pch file.
I knew too many categories are not good for an app, but I'm lazy :-)