CNSKit is a collection of classes and collections that make life as an iOS developer easier.
- NSArray+CNSArrayAdditions.h/.m
- NSDictionary+CNSDictionaryAdditions.h/.m
- NSString+CNSStringAdditions.h/.m
- UIImage+CNSPreloading.h/.m
- UIImageView+CNSURLHandling.h/.m
- UILabels+CNSLabelResize.h/.m
- CNSBaseViewController.h/.m
- CNSKeychainUtils.h/.m
- CNSPasswordStore.h/.m
- CNSTableViewDataSource.h/.m
- CNSUser.h/.m
- CNSClassUtils.h/.m
- CNSConnectionHelper.h/.m
- CNSLogHelper.h/.m
CNSInputCell.h/.m
- Just drop the classes in your xcode-Project and set the no-ARC compiler flag (-fno-objc-arc). As an alternative, CNSKit will be available via cocoapods
- Make sure the -DDEBUG is set under „Other C Flags“ in your projects settings
See the licence file.