iOSKit is a Cocoa Touch UI library with easy-to-use custom controls, that needs no custom graphics for default usage.
- Add Git submodule to your project:
git submodule add git://github.com/yariksmirnov/iOSKit.git iOSKit
- Add cross-project reference by dragging iOSKit.xcodeproj to your project
- Open build settings editor for your project
- Add the following Header Search Paths (including the quotes):
"$(SOURCE_ROOT)/iOSKit/Build"
- Open target settings editor for the target you want to link iOSKit into
- Add direct dependency on the iOSKit aggregate target
- Link against required frameworks:
- CoreGraphics.framework
- CoreText.framework
- Link against iOSKit:
- libiOSKit.a
- Import the iOSKit headers via
#import <iOSKit/iOSKit.h>
- Build the project to verify installation is successful.
Forks, patches and other feedback are always welcome.
iOSKit is supported by Yarik Smirnov and Mobile Team of e-Legion